From 1abd96a9c8f9a07bee0048b43d4b09f0391dc5f9 Mon Sep 17 00:00:00 2001 From: Aleksandar Dudukovic Date: Wed, 3 May 2017 22:09:47 +0200 Subject: [PATCH] #567 checkstyle fix --- marker/src/test/java/ThiefTest.java | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/marker/src/test/java/ThiefTest.java b/marker/src/test/java/ThiefTest.java index 37409ecb3..bcc862803 100644 --- a/marker/src/test/java/ThiefTest.java +++ b/marker/src/test/java/ThiefTest.java @@ -1,11 +1,10 @@ -/** - * Created by Alexis on 02-May-17. - */ - import org.junit.Test; import static org.junit.Assert.assertFalse; +/** + * Created by Alexis on 02-May-17. + */ public class ThiefTest { @Test public void testGuard() {