Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
This commit is contained in:
commit
8530ba6783
|
@ -234,19 +234,6 @@ public class QuotedStringTokenizer
|
|||
return nextToken();
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean hasMoreElements()
|
||||
{
|
||||
return hasMoreTokens();
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object nextElement()
|
||||
throws NoSuchElementException
|
||||
{
|
||||
return nextToken();
|
||||
}
|
||||
|
||||
/**
|
||||
* Not implemented.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue