mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 18:14:26 +00:00
Minor cleanup of comments in METSRightsCrosswalk class.
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@5427 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
@@ -192,12 +192,6 @@ public class METSRightsCrosswalk
|
||||
Group group = policy.getGroup();
|
||||
EPerson person = policy.getEPerson();
|
||||
|
||||
|
||||
//if(isSpecialGroup(group))
|
||||
// {
|
||||
// disseminateMembers(rightsContext)
|
||||
// }
|
||||
|
||||
// Create our <Context> node for this policy
|
||||
Element rightsContext = new Element("Context", METSRights_NS);
|
||||
rightsMD.addContent(rightsContext);
|
||||
@@ -235,7 +229,7 @@ public class METSRightsCrosswalk
|
||||
}
|
||||
catch(PackageException pe)
|
||||
{
|
||||
//A PackageException will only be thrown if crosswalkDefaultGroupName() fails
|
||||
//A PackageException will only be thrown if translateGroupNameForExport() fails
|
||||
//We'll just wrap it as a CrosswalkException and throw it upwards
|
||||
throw new CrosswalkException(pe);
|
||||
}
|
||||
|
Reference in New Issue
Block a user