We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43fa650 commit b6313ffCopy full SHA for b6313ff
1 file changed
src/main/java/org/dspace/pack/bagit/SitePacker.java
@@ -74,7 +74,7 @@ public File pack(File packDir) throws AuthorizeException, IOException, SQLExcept
74
objectProperties.add(OBJECT_ID + PROPERTIES_DELIMITER + site.getHandle());
75
properties.put(OBJFILE, objectProperties);
76
77
- // human readable metadata (dspace.properties)
+ // human-readable metadata (dspace.properties)
78
final List<String> dspaceProperties = new ArrayList<>();
79
dspaceProperties.add("Site-Handle" + PROPERTIES_DELIMITER + site.getHandle());
80
dspaceProperties.add("DSpace-Version" + PROPERTIES_DELIMITER + Util.getSourceVersion());
0 commit comments