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 2015/02/01 14:12:39 UTC

[30/35] jena git commit: javadoc warning fix

javadoc warning fix


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

Branch: refs/heads/master
Commit: 51412b997ded531b2e3cde07e4dbefa0bf963f7d
Parents: 959b68d
Author: Andy Seaborne <an...@apache.org>
Authored: Sun Feb 1 12:58:03 2015 +0000
Committer: Andy Seaborne <an...@apache.org>
Committed: Sun Feb 1 12:58:03 2015 +0000

----------------------------------------------------------------------
 .../src/main/java/org/apache/jena/osgi/test/JenaOSGITestImpl.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/51412b99/jena-osgi-test/src/main/java/org/apache/jena/osgi/test/JenaOSGITestImpl.java
----------------------------------------------------------------------
diff --git a/jena-osgi-test/src/main/java/org/apache/jena/osgi/test/JenaOSGITestImpl.java b/jena-osgi-test/src/main/java/org/apache/jena/osgi/test/JenaOSGITestImpl.java
index 3e119d9..3674d53 100644
--- a/jena-osgi-test/src/main/java/org/apache/jena/osgi/test/JenaOSGITestImpl.java
+++ b/jena-osgi-test/src/main/java/org/apache/jena/osgi/test/JenaOSGITestImpl.java
@@ -56,7 +56,7 @@ import com.hp.hpl.jena.tdb.TDBFactory;
  * Brief tests of the Jena modules covered by jena-osgi
  * <p>
  * Do NOT add tests to this class without also adding a
- * @Test-annotated method to the interface JenaOSGITest
+ * \@Test-annotated method to the interface JenaOSGITest
  * -- otherwise it won't be picked up when testing inside OSGi
  *  
  */