Browse Source

LfsServerTest: Remove unnecessary suppression of 'restriction' warning

Change-Id: I23386808848746d201ca1ac13f114c06fc8e86c5
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
tags/v4.6.0.201612231935-r
David Pursehouse 7 years ago
parent
commit
b8c747abde

+ 0
- 1
org.eclipse.jgit.lfs.server.test/tst/org/eclipse/jgit/lfs/server/fs/LfsServerTest.java View 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;

Loading…
Cancel
Save