[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:
Graham Triggs
2010-10-22 22:26:22 +00:00
parent d8223310eb
commit 29ae4c27d8
22 changed files with 94 additions and 82 deletions

View File

@@ -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, "