We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 179c6f3 commit 7578784Copy full SHA for 7578784
src/main/java/technology/tabula/ProjectionProfile.java
@@ -5,6 +5,8 @@
5
import java.util.List;
6
7
8
+// NOTE: this class is currently not used by the extraction algorithms
9
+// keeping it for potential use.
10
public class ProjectionProfile {
11
12
public static final int DECIMAL_PLACES = 1; // fixed <-> float conversion precision
0 commit comments