Removed comments which had "UIUC" in them...whoops!

git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2396 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
Tim Donohue
2007-11-28 16:06:58 +00:00
parent 2afd7ffefa
commit 055a30715f

View File

@@ -602,7 +602,7 @@ public class MediaFilterManager
b.setFormat(bf);
b.update();
//UIUC change - inherit policies from the source bitstream
//Inherit policies from the source bitstream
//(first remove any existing policies)
AuthorizeManager.removeAllPolicies(c, b);
AuthorizeManager.inheritPolicies(c, source, b);
@@ -638,7 +638,4 @@ public class MediaFilterManager
return currentItem;
}
/** END UIUC Change **/
}