Suppress unchecked warning in the equals()

This commit is contained in:
adam-m 2012-03-28 11:11:16 -04:00
parent d191b7de2a
commit f575cb00bd

View File

@ -882,6 +882,7 @@ public class IngestManager {
}
@Override
@SuppressWarnings("unchecked")
public boolean equals(Object obj) {
if (obj == null) {
return false;