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:
Tim Donohue
2010-10-13 19:39:48 +00:00
parent 41342723f4
commit b1297358c4

View File

@@ -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);
}