]> source.dussan.org Git - jgit.git/commitdiff
LfsServerTest: Remove unnecessary suppression of 'restriction' warning 42/81542/4
authorDavid Pursehouse <david.pursehouse@gmail.com>
Wed, 21 Sep 2016 07:54:22 +0000 (09:54 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Thu, 22 Sep 2016 07:46:26 +0000 (09:46 +0200)
Change-Id: I23386808848746d201ca1ac13f114c06fc8e86c5
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
org.eclipse.jgit.lfs.server.test/tst/org/eclipse/jgit/lfs/server/fs/LfsServerTest.java

index 4d948b960fcfed1563d0348e9ef2d0e25e1f67a5..e10660dd573744e18aef026ea24299525e28aedc 100644 (file)
@@ -84,7 +84,6 @@ import org.eclipse.jgit.util.IO;
 import org.junit.After;
 import org.junit.Before;
 
-@SuppressWarnings("restriction")
 public abstract class LfsServerTest {
 
        private static final long timeout = /* 10 sec */ 10 * 1000;