(@NotNull String name)
| 97 | } |
| 98 | |
| 99 | public Service(@NotNull String name) { |
| 100 | this(name, null, null); |
| 101 | } |
| 102 | |
| 103 | public Service(@NotNull String name, @Nullable Config config) { |
| 104 | this(name, null, config); |
nothing calls this directly
no test coverage detected