This is an automated email from the ASF dual-hosted git repository.

sseifert pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-osgi-mock.git

commit 2949017b5f9eb5760478801ca74c037c4106ad5d
Author: sseifert <[email protected]>
AuthorDate: Sat Aug 18 14:45:22 2018 +0200

    fix javadoc error
---
 .../org/apache/sling/testing/mock/osgi/context/OsgiContextImpl.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/core/src/main/java/org/apache/sling/testing/mock/osgi/context/OsgiContextImpl.java
 
b/core/src/main/java/org/apache/sling/testing/mock/osgi/context/OsgiContextImpl.java
index c6e7849..d2b87a6 100644
--- 
a/core/src/main/java/org/apache/sling/testing/mock/osgi/context/OsgiContextImpl.java
+++ 
b/core/src/main/java/org/apache/sling/testing/mock/osgi/context/OsgiContextImpl.java
@@ -34,8 +34,8 @@ import org.osgi.framework.ServiceReference;
 import org.osgi.service.component.ComponentContext;
 
 /**
- * Defines OSGi context objects and helper methods. Should not be used directly
- * but via the {@link org.apache.sling.testing.mock.osgi.junit.OsgiContext} 
JUnit rule.
+ * Defines OSGi context objects and helper methods.
+ * Should not be used directly but via the OsgiContext JUnit rule or extension.
  */
 @ConsumerType
 public class OsgiContextImpl {

Reply via email to