mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
Fixed a compiler error.
This commit is contained in:
@@ -80,6 +80,11 @@ public class SFilterUtil {
|
||||
public String next() {
|
||||
return string.charAt(index++) + "";
|
||||
}
|
||||
|
||||
@Override
|
||||
public void remove() {
|
||||
throw new UnsupportedOperationException("remove");
|
||||
}
|
||||
|
||||
public String lookAhead() {
|
||||
if (hasNext()) {
|
||||
|
||||
Reference in New Issue
Block a user