Merge branch 'master' into task/remove-fetch-array

This commit is contained in:
Liam Newman
2020-02-24 20:34:26 -08:00
committed by GitHub
14 changed files with 102 additions and 67 deletions

View File

@@ -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();
}
};
}