[sonar] trace

This commit is contained in:
zhongchao
2023-11-01 15:23:22 +08:00
parent 1436ddc053
commit 1d74450bf5
31 changed files with 110 additions and 145 deletions

View File

@@ -2571,7 +2571,6 @@ public final strictfp class S2Polygon implements S2Region, Comparable<S2Polygon>
* interior is always on the left.
*/
public abstract class Shape implements S2Shape, Serializable {
// TODO measure this with benchmark.
private static final int MAX_LINEAR_SEARCH_LOOPS = 5; // From benchmarks.
private static final long serialVersionUID = 1L;