JavaDoc fix in LocalSearch

Minor JavaDoc fix to get rid of a warning.
This commit is contained in:
Jonas Lundqvist 2016-10-12 00:10:03 +02:00
parent 0dfa6345b3
commit 2c81e11c1d
No known key found for this signature in database
GPG key ID: 129DE14A5709E103

View file

@ -144,10 +144,8 @@ public class LocalSearch implements SearchSpecification {
* clause to this node.
*
* @param field Message table field to match against.
* @param string Value to look for.
* @param contains Attribute to use when matching.
*
* @throws IllegalConditionException
* @param value Value to look for.
* @param attribute Attribute to use when matching.
*/
public void and(SearchField field, String value, Attribute attribute) {
and(new SearchCondition(field, attribute, value));