Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove deprecation of withGracefulShutdownHandler if compiler < 6 (#194)
Currently, if compiler >= 6 then there are 2 implementations. One is deprecated and one is not. But if compiler is < 6 then there is only one implementation, which is deprecated. I think this was by mistake.
- Loading branch information