This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.testing.osgi-mock-1.1.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-osgi-mock.git
commit 70f54471b3a54799794ad348de75483c80ca7844 Author: Stefan Seifert <[email protected]> AuthorDate: Tue Dec 9 23:01:37 2014 +0000 fix some javadoc errors/warnings git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/testing/mocks/osgi-mock@1644220 13f79535-47bb-0310-9956-ffa450edef68 --- .../java/org/apache/sling/testing/mock/osgi/junit/OsgiContext.java | 1 - .../org/apache/sling/testing/mock/osgi/junit/OsgiContextCallback.java | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/main/java/org/apache/sling/testing/mock/osgi/junit/OsgiContext.java b/src/main/java/org/apache/sling/testing/mock/osgi/junit/OsgiContext.java index 652298b..a3c4201 100644 --- a/src/main/java/org/apache/sling/testing/mock/osgi/junit/OsgiContext.java +++ b/src/main/java/org/apache/sling/testing/mock/osgi/junit/OsgiContext.java @@ -58,7 +58,6 @@ public final class OsgiContext extends OsgiContextImpl implements TestRule { * @param tearDownCallback Allows the application to register an own * callback function that is called before the built-in teardown * rules are executed. - * @param resourceResolverType Resource resolver type. */ public OsgiContext(final OsgiContextCallback setUpCallback, final OsgiContextCallback tearDownCallback) { diff --git a/src/main/java/org/apache/sling/testing/mock/osgi/junit/OsgiContextCallback.java b/src/main/java/org/apache/sling/testing/mock/osgi/junit/OsgiContextCallback.java index c6a77ff..a283f38 100644 --- a/src/main/java/org/apache/sling/testing/mock/osgi/junit/OsgiContextCallback.java +++ b/src/main/java/org/apache/sling/testing/mock/osgi/junit/OsgiContextCallback.java @@ -29,8 +29,7 @@ public interface OsgiContextCallback { /** * Execute callback action * @param context OSGi context - * @throws IOException - * @throws PersistenceException + * @throws IOException I/O exception */ void execute(OsgiContext context) throws IOException; -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
