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:20 UTC

[1/2] jena git commit: Typos

Repository: jena
Updated Branches:
  refs/heads/master 0d5629478 -> 3a6faee81


Typos

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

Branch: refs/heads/master
Commit: 2197979d75f49fafd69ce475954cd09f045fd4b3
Parents: 0d56294
Author: Andy Seaborne <an...@apache.org>
Authored: Tue Oct 18 10:45:37 2016 +0100
Committer: Andy Seaborne <an...@apache.org>
Committed: Tue Oct 18 10:45:37 2016 +0100

----------------------------------------------------------------------
 jena-fuseki1/src/test/java/org/apache/jena/fuseki/ServerCtl.java   | 2 +-
 .../src/test/java/org/apache/jena/fuseki/ServerCtl.java            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/2197979d/jena-fuseki1/src/test/java/org/apache/jena/fuseki/ServerCtl.java
----------------------------------------------------------------------
diff --git a/jena-fuseki1/src/test/java/org/apache/jena/fuseki/ServerCtl.java b/jena-fuseki1/src/test/java/org/apache/jena/fuseki/ServerCtl.java
index 43878b2..d94abea 100644
--- a/jena-fuseki1/src/test/java/org/apache/jena/fuseki/ServerCtl.java
+++ b/jena-fuseki1/src/test/java/org/apache/jena/fuseki/ServerCtl.java
@@ -53,7 +53,7 @@ import org.apache.jena.update.UpdateProcessor ;
  * <p> The data in the server is always reseet between tests.
  * <p>
  * Using a connection pooling HttpClient (see {@link HttpOp#createPoolingHttpClient()}) is important,
- * both for test performance and for reducing the TCP connection load on the operarting system.  
+ * both for test performance and for reducing the TCP connection load on the operating system.  
  * <p>
  * Usage:
  * </p>

http://git-wip-us.apache.org/repos/asf/jena/blob/2197979d/jena-fuseki2/jena-fuseki-core/src/test/java/org/apache/jena/fuseki/ServerCtl.java
----------------------------------------------------------------------
diff --git a/jena-fuseki2/jena-fuseki-core/src/test/java/org/apache/jena/fuseki/ServerCtl.java b/jena-fuseki2/jena-fuseki-core/src/test/java/org/apache/jena/fuseki/ServerCtl.java
index 39913ed..9b0f612 100644
--- a/jena-fuseki2/jena-fuseki-core/src/test/java/org/apache/jena/fuseki/ServerCtl.java
+++ b/jena-fuseki2/jena-fuseki-core/src/test/java/org/apache/jena/fuseki/ServerCtl.java
@@ -60,7 +60,7 @@ import org.apache.jena.update.UpdateProcessor ;
  * <p> The data in the server is always reseet between tests.
  * <p>
  * Using a connection pooling HttpClient (see {@link HttpOp#createPoolingHttpClient()}) is important,
- * both for test performance and for reducing the TCP connection load on the operarting system.  
+ * both for test performance and for reducing the TCP connection load on the operating system.  
  * <p>
  * Usage:
  * </p>


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

Posted by an...@apache.org.
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 {
-
-}