You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2016/04/21 22:41:33 UTC

[6/8] jena git commit: Add constructor for easier location of where it's called.

Add constructor for easier location of where it's called.

Project: http://git-wip-us.apache.org/repos/asf/jena/repo
Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/fbf48b2c
Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/fbf48b2c
Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/fbf48b2c

Branch: refs/heads/master
Commit: fbf48b2c389a475435d5f044c1bb257360bd7165
Parents: 2163c49
Author: Andy Seaborne <an...@apache.org>
Authored: Tue Apr 19 14:05:11 2016 +0100
Committer: Andy Seaborne <an...@apache.org>
Committed: Tue Apr 19 14:05:11 2016 +0100

----------------------------------------------------------------------
 jena-cmds/src/main/java/arq/cmdline/ModContext.java | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/fbf48b2c/jena-cmds/src/main/java/arq/cmdline/ModContext.java
----------------------------------------------------------------------
diff --git a/jena-cmds/src/main/java/arq/cmdline/ModContext.java b/jena-cmds/src/main/java/arq/cmdline/ModContext.java
index 2d20f87..96d76bf 100644
--- a/jena-cmds/src/main/java/arq/cmdline/ModContext.java
+++ b/jena-cmds/src/main/java/arq/cmdline/ModContext.java
@@ -41,6 +41,8 @@ public class ModContext extends ModBase
 
     private Context context = new Context() ;
 
+    public ModContext() {}
+    
     @Override
     public void registerWith(CmdGeneral cmdLine) {
         cmdLine.getUsage().startCategory("Symbol definition");