[core] ParserOptions: Remove unnecessary null check
This commit is contained in:
@ -42,6 +42,6 @@ public class ParserOptions {
|
||||
|
||||
@Override
|
||||
public int hashCode() {
|
||||
return getSuppressMarker() != null ? getSuppressMarker().hashCode() : 0;
|
||||
return getSuppressMarker().hashCode();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user