Skip to content

Commit

Permalink
An offering to the pmd gods.
Browse files Browse the repository at this point in the history
  • Loading branch information
philwinder committed Jan 22, 2016
1 parent 2291986 commit 478b1f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
/**
* Base test class which launches Mesos CLUSTER
*/
@SuppressFBWarnings({"URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD", "MS_PKGPROTECT"})
@SuppressFBWarnings({"URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD", "MS_PKGPROTECT", "MS_CANNOT_BE_FINAL"})
public abstract class TestBase {

protected static final Configuration TEST_CONFIG = new Configuration();
Expand Down

0 comments on commit 478b1f1

Please sign in to comment.