mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
No effective change - add code inspection suppression comments
This commit is contained in:
@@ -83,6 +83,7 @@ public class ArrayStack<E> {
|
||||
}
|
||||
|
||||
public boolean contains(Object o){
|
||||
return list.contains(o);
|
||||
//noinspection SuspiciousMethodCalls
|
||||
return list.contains(o);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user