mirror of
https://github.com/github/codeql.git
synced 2026-05-01 03:35:13 +02:00
Fix stub
This commit is contained in:
@@ -39,7 +39,7 @@ abstract public class AbstractMapBag<E> implements Bag<E>
|
||||
public int hashCode(){ return 0; }
|
||||
public int size(){ return 0; }
|
||||
public void clear(){}
|
||||
static class MutableInteger
|
||||
protected static class MutableInteger
|
||||
{
|
||||
protected MutableInteger() {}
|
||||
MutableInteger(int p0){}
|
||||
|
||||
Reference in New Issue
Block a user