mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-16 14:33:09 +00:00
[DS-2911] Inspect and fix unused variables: Remove obsolete comment
This commit is contained in:
@@ -165,7 +165,6 @@ public class BitstreamResource extends Resource
|
||||
{
|
||||
context = createContext(getUser(headers));
|
||||
org.dspace.content.Bitstream dspaceBitstream = findBitstream(context, bitstreamId, org.dspace.core.Constants.READ);
|
||||
//TODO why isn't the above used...
|
||||
policies = new Bitstream(dspaceBitstream,"policies", context).getPolicies();
|
||||
|
||||
context.complete();
|
||||
|
Reference in New Issue
Block a user