pmd: suppress short method name warning
This commit is contained in:
parent
b6801cf89e
commit
b5a225af69
1 changed files with 1 additions and 0 deletions
|
@ -78,6 +78,7 @@ public interface Condition {
|
|||
*
|
||||
* @return the Condition
|
||||
*/
|
||||
@SuppressWarnings("PMD.ShortMethodName")
|
||||
Condition or(boolean clause);
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue