mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-08 02:24:18 +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();
|
Group group = policy.getGroup();
|
||||||
EPerson person = policy.getEPerson();
|
EPerson person = policy.getEPerson();
|
||||||
|
|
||||||
|
|
||||||
//if(isSpecialGroup(group))
|
|
||||||
// {
|
|
||||||
// disseminateMembers(rightsContext)
|
|
||||||
// }
|
|
||||||
|
|
||||||
// Create our <Context> node for this policy
|
// Create our <Context> node for this policy
|
||||||
Element rightsContext = new Element("Context", METSRights_NS);
|
Element rightsContext = new Element("Context", METSRights_NS);
|
||||||
rightsMD.addContent(rightsContext);
|
rightsMD.addContent(rightsContext);
|
||||||
@@ -235,7 +229,7 @@ public class METSRightsCrosswalk
|
|||||||
}
|
}
|
||||||
catch(PackageException pe)
|
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
|
//We'll just wrap it as a CrosswalkException and throw it upwards
|
||||||
throw new CrosswalkException(pe);
|
throw new CrosswalkException(pe);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user