mirror of
https://github.com/jlengrand/github-api.git
synced 2026-04-14 15:51:12 +00:00
Iterator.remove() has a default implementation
This commit is contained in:
@@ -207,10 +207,6 @@ public class GHNotificationStream implements Iterable<GHThread> {
|
||||
long seconds = Integer.parseInt(v);
|
||||
return System.currentTimeMillis() + seconds * 1000;
|
||||
}
|
||||
|
||||
public void remove() {
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user