Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -37,7 +37,7 @@ public class PublisherSearchView implements Serializable { | ... | @@ -37,7 +37,7 @@ public class PublisherSearchView implements Serializable { |
37 | } | 37 | } |
38 | 38 | ||
39 | public boolean searchEmpty() { | 39 | public boolean searchEmpty() { |
40 | - return ((!searchString.isEmpty()) && publisherVersions.isEmpty()); | 40 | + return (!searchString.isEmpty()) && publisherVersions.isEmpty(); |
41 | } | 41 | } |
42 | 42 | ||
43 | /** | 43 | /** | ... | ... |
-
Please register or login to post a comment