Commit c2e97cf
authored
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.1 parent c5407a8 commit c2e97cf
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
85 | 84 | | |
86 | 85 | | |
87 | 86 | | |
| |||
0 commit comments