Skip to content

Commit 8fb10fd

Browse files
committed
Should be private
1 parent b674136 commit 8fb10fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

biojava-structure/src/main/java/org/biojava/nbio/structure/asa/AsaCalculator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public class AsaCalculator {
6363
public static final double DEFAULT_PROBE_SIZE = 1.4;
6464
public static final int DEFAULT_NTHREADS = 1;
6565

66-
public static final boolean DEFAULT_USE_SPATIAL_HASHING = true;
66+
private static final boolean DEFAULT_USE_SPATIAL_HASHING = true;
6767

6868

6969

0 commit comments

Comments
 (0)