Skip to content

Commit

Permalink
Another test
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwallen committed Dec 17, 2024
1 parent 5593ab5 commit 6863dea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
* https://chemistry.apache.org/java/developing/dev-session-parameters.html
*/
public class CMISConfiguration {
private Session client = ;
private Session client = null;

// DFO change to 100. Due to bug with open text cmis where if max is set to 1000, it will return 100 but if it is set to 100 it will return all records.
// https://dev.azure.com/foc-poc/EDH-CDE/_workitems/edit/95878
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

public class JCloudConfiguration {

private BlobStoreContext client = null;
private BlobStoreContext client = ;

private static final String DEFAULT_CLOUD_FOLDER_SEPARATOR = "/"; // not sure if this is consistent for all clouds defaulting to "/" and make it a config
private static final String DEFAULT_EXTERNAL_RESOURCE_MANAGEMENT_WINDOW_PARAMETERS = "toolbar=0,width=600,height=600";
Expand Down

0 comments on commit 6863dea

Please sign in to comment.