Switch to non-deprecated FindBugs-SuppressWarnings tags which should avoid name collision

Former-commit-id: a4a978ee4a6621033064488a71577bdb93cddab4
This commit is contained in:
Hans Joachim Desserud
2015-01-10 21:23:44 +01:00
parent a37853def6
commit 6609481cc1

View File

@@ -46,7 +46,7 @@ public final class LuceneUtils {
* @param text the data to be escaped
*/
@SuppressWarnings("fallthrough")
@edu.umd.cs.findbugs.annotations.SuppressWarnings(
@edu.umd.cs.findbugs.annotations.SuppressFBWarnings(
value = "SF_SWITCH_NO_DEFAULT",
justification = "The switch below does have a default.")
public static void appendEscapedLuceneQuery(StringBuilder buf,