LfsServerTest: Remove unnecessary suppression of 'restriction' warning

Change-Id: I23386808848746d201ca1ac13f114c06fc8e86c5
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
This commit is contained in:
David Pursehouse 2016-09-21 09:54:22 +02:00 committed by Matthias Sohn
parent b3b728d52c
commit b8c747abde
1 changed files with 0 additions and 1 deletions

View File

@ -84,7 +84,6 @@
import org.junit.After;
import org.junit.Before;
@SuppressWarnings("restriction")
public abstract class LfsServerTest {
private static final long timeout = /* 10 sec */ 10 * 1000;