#567 fix version and javadoc

This commit is contained in:
Aleksandar Dudukovic
2017-05-23 01:38:02 +02:00
parent 1abd96a9c8
commit f2e35ec03d
9 changed files with 34 additions and 32 deletions

View File

@ -4,7 +4,7 @@ import static org.hamcrest.CoreMatchers.instanceOf;
import static org.junit.Assert.assertThat;
/**
* Created by Alexis on 02-May-17.
* Guard test
*/
public class GuardTest {
@ -13,4 +13,4 @@ public class GuardTest {
Guard guard = new Guard();
assertThat(guard, instanceOf(Permission.class));
}
}
}