(java.lang.Object that)
| 403 | } |
| 404 | |
| 405 | @Override |
| 406 | public boolean equals(java.lang.Object that) { |
| 407 | if (that instanceof LogLevel) |
| 408 | return this.equals((LogLevel)that); |
| 409 | return false; |
| 410 | } |
| 411 | |
| 412 | public boolean equals(LogLevel that) { |
| 413 | if (that == null) |
no test coverage detected