File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
rdf-processing-toolkit-cli/src/main/java/org/aksw/sparql_integrate/cli/cmd Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 455
455
<dependency >
456
456
<groupId >org.aksw.thirdparty.com.sshtools</groupId >
457
457
<artifactId >vfs2nio</artifactId >
458
- <version >0.0.1-2 </version >
458
+ <version >0.0.1-3-SNAPSHOT </version >
459
459
</dependency >
460
460
<dependency >
461
461
<groupId >org.apache.commons</groupId >
Original file line number Diff line number Diff line change @@ -92,6 +92,7 @@ public class CmdSparqlIntegrateMain
92
92
@ Option (names = { "--split" }, description ="Create corresponding output files for each file argument with SPARQL queries" )
93
93
public String splitFolder = null ;
94
94
95
+ /** ARQ Mixin provides options related to ARQ such as --set and --explain */
95
96
@ Mixin
96
97
public CmdMixinArq arqConfig = new CmdMixinArq ();
97
98
You can’t perform that action at this time.
0 commit comments