#567 fix version and javadoc
This commit is contained in:
@ -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));
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user