◐ Shell
clean mode source ↗

final class for ActivityTimer, NoSyncBufferedInputStream by rob-bygrave · Pull Request #7 · robaho/httpserver

Make ActivityTimer final classes

As these are using default modifier / package private we can also remove public from some of their methods.

edit: Originally also included ChunkedInputStream, ChunkedOutputStream