Commit ea513967 authored by Alexander Smorkalov's avatar Alexander Smorkalov

Dead code removed as this cannot be null in Java.

(cherry picked from commit dbe76342)
parent aa82f921
...@@ -87,7 +87,6 @@ public class TermCriteria { ...@@ -87,7 +87,6 @@ public class TermCriteria {
@Override @Override
public String toString() { public String toString() {
if (this == null) return "null";
return "{ type: " + type + ", maxCount: " + maxCount + ", epsilon: " + epsilon + "}"; return "{ type: " + type + ", maxCount: " + maxCount + ", epsilon: " + epsilon + "}";
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment