mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-12 04:23:13 +00:00
w2p-80200 Add new tests for each dspace object, cleaned up java docs and authrorization inside of create
This commit is contained in:
@@ -97,6 +97,12 @@ public class Community extends DSpaceObject implements DSpaceObjectLegacySupport
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* Takes a pre-determined UUID to be passed to the object to allow for the
|
||||
* restoration of previously defined UUID's.
|
||||
*
|
||||
* @param uuid Takes a uuid to be passed to the Pre-Defined UUID Generator
|
||||
*/
|
||||
protected Community(UUID uuid) {
|
||||
this.predefinedUUID = uuid;
|
||||
}
|
||||
|
Reference in New Issue
Block a user