pmd: suppress short method name warning

This commit is contained in:
Paul Campbell 2018-03-07 18:11:28 +00:00
parent b6801cf89e
commit b5a225af69

View file

@ -78,6 +78,7 @@ public interface Condition {
*
* @return the Condition
*/
@SuppressWarnings("PMD.ShortMethodName")
Condition or(boolean clause);
/**