diff --git a/java/org/slub/rosetta/dps/repository/plugin/storage/nfs/SLUBStoragePlugin.java b/java/org/slub/rosetta/dps/repository/plugin/storage/nfs/SLUBStoragePlugin.java index cffa5ca3498355928568ffa83035ae629150eba1..35026edfc898c43a09723f6aca02e82916465d9f 100644 --- a/java/org/slub/rosetta/dps/repository/plugin/storage/nfs/SLUBStoragePlugin.java +++ b/java/org/slub/rosetta/dps/repository/plugin/storage/nfs/SLUBStoragePlugin.java @@ -22,11 +22,11 @@ import com.exlibris.digitool.common.storage.Fixity.FixityAlgorithm; /** * SLUBStoragePlugin - * writes all IEs, files and so on into the same dir under yyyy/mm/dd/IEpid/ + * writes all IEs, files etc. into the same directory under yyyy/mm/dd/IEpid/ * * HINT: this plugin is *only* useful to store AIPs (IEs + files) in - * permanent storage. Otherwise it could not detect the IE-PID and - * will report an error. + * permanent storage. Otherwise (e.g in the case of SIPs) it can't + * detect the IE-PID and will report an error. * * the fixities will only be checked if files are stored (storeEntity()), * because the Rosetta API does not give enough information about available @@ -64,7 +64,7 @@ public class SLUBStoragePlugin extends NFSStoragePlugin { /** copied from NFS Storage Plugin, enhanced with debugging info, * stores InputStream on Storage in given format and does fixity check - * if written sucessfully + * to see if written sucessfully * @param is InputStream * @param storedEntityMetadata storedEntityMetaData * @return relative path to file