mirror of
https://github.com/opencv/opencv.git
synced 2025-01-13 00:01:27 +08:00
Dead code removed as this cannot be null in Java.
(cherry picked from commit dbe7634286
)
This commit is contained in:
parent
aa82f921cc
commit
ea51396731
@ -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 + "}";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user