Fixed warning
This commit is contained in:
parent
41f339be3e
commit
33cddb7b8f
1 changed files with 1 additions and 4 deletions
|
|
@ -1,8 +1,5 @@
|
||||||
package zutil;
|
package zutil;
|
||||||
|
|
||||||
|
|
||||||
import sun.reflect.generics.reflectiveObjects.NotImplementedException;
|
|
||||||
|
|
||||||
import java.util.*;
|
import java.util.*;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
@ -149,7 +146,7 @@ public class CronTimer implements Iterator<Long>, Iterable<Long>{
|
||||||
}
|
}
|
||||||
@Override
|
@Override
|
||||||
public void remove() {
|
public void remove() {
|
||||||
throw new NotImplementedException();
|
throw new UnsupportedOperationException();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue