You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 10:21:32 UTC

[sling-org-apache-sling-testing-sling-mock] 23/26: fix some javadoc errors/warnings

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

rombert pushed a commit to annotated tag org.apache.sling.testing.sling-mock-1.1.0
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-sling-mock.git

commit 3cbedc6960801a9df617a163f8206393bdf3e796
Author: Stefan Seifert <ss...@apache.org>
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/sling-mock@1644220 13f79535-47bb-0310-9956-ffa450edef68
---
 .../apache/sling/testing/mock/sling/junit/SlingContextCallback.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/sling/testing/mock/sling/junit/SlingContextCallback.java b/src/main/java/org/apache/sling/testing/mock/sling/junit/SlingContextCallback.java
index 908301c..247185b 100644
--- a/src/main/java/org/apache/sling/testing/mock/sling/junit/SlingContextCallback.java
+++ b/src/main/java/org/apache/sling/testing/mock/sling/junit/SlingContextCallback.java
@@ -31,8 +31,8 @@ public interface SlingContextCallback {
     /**
      * Execute callback action
      * @param context Sling context
-     * @throws IOException
-     * @throws PersistenceException
+     * @throws IOException I/O exception
+     * @throws PersistenceException Persistence exception
      */
     void execute(SlingContext context) throws IOException, PersistenceException;
 

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.