mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-15 14:03:17 +00:00
[DS-707] Malicious code fixes
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@5562 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
@@ -62,7 +62,7 @@ public final class BitstreamInfoDAO extends DAOSupport
|
||||
* This value should be returned by <code>next()</code> to indicate that
|
||||
* there are no more values.
|
||||
*/
|
||||
public static int SENTINEL = -1;
|
||||
public static final int SENTINEL = -1;
|
||||
|
||||
/** Query that gets bitstream information for a specified ID. */
|
||||
private static final String FIND_BY_BITSTREAM_ID = "select bitstream.deleted, bitstream.store_number, bitstream.size_bytes, "
|
||||
|
||||
Reference in New Issue
Block a user