Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x

This commit is contained in:
Ludovic Orban 2023-06-01 10:27:42 +02:00
commit 8530ba6783
1 changed files with 0 additions and 13 deletions

View File

@ -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.
*/