mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
indentation fix
This commit is contained in:
@@ -99,7 +99,7 @@ public class FilePlanComponent
|
|||||||
@JsonProperty (required = false)
|
@JsonProperty (required = false)
|
||||||
private FilePlanComponentContent content;
|
private FilePlanComponentContent content;
|
||||||
|
|
||||||
@JsonProperty (value = PATH)
|
@JsonProperty (value = PATH)
|
||||||
private FilePlanComponentPath path;
|
private FilePlanComponentPath path;
|
||||||
|
|
||||||
@JsonProperty (required = true)
|
@JsonProperty (required = true)
|
||||||
|
@@ -58,7 +58,7 @@ public class FilePlanComponentFields
|
|||||||
public static final String PROPERTIES_SHELF = "rma:shelf";
|
public static final String PROPERTIES_SHELF = "rma:shelf";
|
||||||
public static final String PROPERTIES_STORAGE_LOCATION = "rma:storageLocation";
|
public static final String PROPERTIES_STORAGE_LOCATION = "rma:storageLocation";
|
||||||
|
|
||||||
//RelativePath specifies the container structure to create relative to the node nodeId.
|
//RelativePath specifies the container structure to create relative to the node nodeId.
|
||||||
public static final String RELATIVE_PATH = "relativePath";
|
public static final String RELATIVE_PATH = "relativePath";
|
||||||
public static final String PATH = "path";
|
public static final String PATH = "path";
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user