Skip to content

Commit

Permalink
chore: return COMPRESSION.java
Browse files Browse the repository at this point in the history
This file is utilized by RMLMapper, we do not want to break it.
  • Loading branch information
TheMessik committed Jan 30, 2025
1 parent 5875b64 commit 20a91b9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/main/java/be/ugent/idlab/knows/dataio/access/COMPRESSION.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
package be.ugent.idlab.knows.dataio.access;

/**
* Class describing compression methods.
*
* Utilized by RMLMapper, do not remove!
*/
public class COMPRESSION {
public static final String GZIP = "gzip";
}

0 comments on commit 20a91b9

Please sign in to comment.