]> source.dussan.org Git - jgit.git/commitdiff
Remove unnecessary boxing SuppressWarnings annotation 91/5891/1
authorKevin Sawicki <kevin@github.com>
Wed, 9 May 2012 03:42:19 +0000 (20:42 -0700)
committerKevin Sawicki <kevin@github.com>
Wed, 9 May 2012 03:42:19 +0000 (20:42 -0700)
Change-Id: Id8a6d9f96860742f9094efdb4f31a952be7d3025

org.eclipse.jgit/src/org/eclipse/jgit/dircache/DirCacheEntry.java

index d16f7d4f2fd15a2e058bdac2d5ad8925f0e63b18..9f5aa8cfa1ddda8e366840b3f253d223de13f80a 100644 (file)
@@ -562,7 +562,6 @@ public class DirCacheEntry {
         * @param sz
         *            new cached size of the file, as bytes.
         */
-       @SuppressWarnings("boxing")
        public void setLength(final long sz) {
                setLength((int) sz);
        }