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 <[email protected]> Authored: Sun Feb 1 12:58:03 2015 +0000 Committer: Andy Seaborne <[email protected]> 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 * */
