Skip to content

Commit 7578784

Browse files
committed
add comment in ProjectionProfile
1 parent 179c6f3 commit 7578784

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/technology/tabula/ProjectionProfile.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
import java.util.List;
66

77

8+
// NOTE: this class is currently not used by the extraction algorithms
9+
// keeping it for potential use.
810
public class ProjectionProfile {
911

1012
public static final int DECIMAL_PLACES = 1; // fixed <-> float conversion precision

0 commit comments

Comments
 (0)