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 2014/12/30 15:02:40 UTC

[2/2] jena git commit: Unused

Unused

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

Branch: refs/heads/master
Commit: 5af38dde8ee4c438ceca0ce237d64ad9229dc065
Parents: ff0b7e4
Author: Andy Seaborne <an...@apache.org>
Authored: Tue Dec 30 14:02:11 2014 +0000
Committer: Andy Seaborne <an...@apache.org>
Committed: Tue Dec 30 14:02:11 2014 +0000

----------------------------------------------------------------------
 jena-arq/src/main/java/arq/cmdline/CmdLARQ.java | 29 --------------------
 1 file changed, 29 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/5af38dde/jena-arq/src/main/java/arq/cmdline/CmdLARQ.java
----------------------------------------------------------------------
diff --git a/jena-arq/src/main/java/arq/cmdline/CmdLARQ.java b/jena-arq/src/main/java/arq/cmdline/CmdLARQ.java
deleted file mode 100644
index b0f637d..0000000
--- a/jena-arq/src/main/java/arq/cmdline/CmdLARQ.java
+++ /dev/null
@@ -1,29 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-package arq.cmdline;
-
-
-public abstract class CmdLARQ extends CmdARQ
-{
-    protected CmdLARQ(String[] argv)
-    {
-        super(argv) ;
-    }
-
-}