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/10/18 13:09:21 UTC

[2/2] jena git commit: Remove unused interface

Remove unused interface


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

Branch: refs/heads/master
Commit: 3a6faee81d2355da734cec3d4bbd70f1bfcf953d
Parents: 2197979
Author: Andy Seaborne <an...@apache.org>
Authored: Tue Oct 18 14:09:07 2016 +0100
Committer: Andy Seaborne <an...@apache.org>
Committed: Tue Oct 18 14:09:07 2016 +0100

----------------------------------------------------------------------
 .../java/org/apache/jena/iri/impl/Test.java     | 23 --------------------
 1 file changed, 23 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/3a6faee8/jena-iri/src/main/java/org/apache/jena/iri/impl/Test.java
----------------------------------------------------------------------
diff --git a/jena-iri/src/main/java/org/apache/jena/iri/impl/Test.java b/jena-iri/src/main/java/org/apache/jena/iri/impl/Test.java
deleted file mode 100644
index 0694a83..0000000
--- a/jena-iri/src/main/java/org/apache/jena/iri/impl/Test.java
+++ /dev/null
@@ -1,23 +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 org.apache.jena.iri.impl;
-
-public interface Test {
-
-}