Refine JavaDoc and move Log filters to 'output'

This commit is contained in:
ljacqu
2015-12-01 21:53:18 +01:00
parent 690a8d67a3
commit b0e619d412
7 changed files with 21 additions and 19 deletions
@@ -20,7 +20,8 @@ public class PlayerPermissionTest {
// when/then
for (PlayerPermission permission : PlayerPermission.values()) {
if (!permission.getNode().startsWith(requiredPrefix)) {
fail("The permission '" + permission + "' does not start with the required prefix '" + requiredPrefix + "'");
fail("The permission '" + permission + "' does not start with the required prefix '" + requiredPrefix
+ "'");
}
}
}