()
| 72 | NettyChannelBuilder.DEFAULT_FLOW_CONTROL_WINDOW; |
| 73 | |
| 74 | private Utils() { |
| 75 | } |
| 76 | |
| 77 | public static boolean parseBoolean(String value) { |
| 78 | return value.isEmpty() || Boolean.parseBoolean(value); |
nothing calls this directly
no outgoing calls
no test coverage detected