indentation fix

This commit is contained in:
Rodica Sutu
2016-12-15 12:28:10 +02:00
parent 4228e57efd
commit 9ef0125214
2 changed files with 4 additions and 4 deletions

View File

@@ -98,8 +98,8 @@ public class FilePlanComponent
@JsonProperty (required = false)
private FilePlanComponentContent content;
@JsonProperty (value = PATH)
@JsonProperty (value = PATH)
private FilePlanComponentPath path;
@JsonProperty (required = true)

View File

@@ -57,8 +57,8 @@ public class FilePlanComponentFields
public static final String PROPERTIES_PHYSICAL_SIZE = "rma:physicalSize";
public static final String PROPERTIES_SHELF = "rma:shelf";
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 PATH = "path";
}