Fixed warning

This commit is contained in:
Ziver Koc 2017-10-06 16:31:30 +02:00
parent 41f339be3e
commit 33cddb7b8f

View file

@ -1,8 +1,5 @@
package zutil;
import sun.reflect.generics.reflectiveObjects.NotImplementedException;
import java.util.*;
/**
@ -149,7 +146,7 @@ public class CronTimer implements Iterator<Long>, Iterable<Long>{
}
@Override
public void remove() {
throw new NotImplementedException();
throw new UnsupportedOperationException();
}
/**