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-2.2.0
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-sling-mock.git

commit c539b440635d1bc2e83cbd14801837c9de7c4b94
Author: Stefan Seifert <[email protected]>
AuthorDate: Sat Dec 3 10:59:28 2016 +0000

    fix javadoc errors
    
    git-svn-id: 
https://svn.apache.org/repos/asf/sling/trunk/testing/mocks/sling-mock@1772454 
13f79535-47bb-0310-9956-ffa450edef68
---
 .../org/apache/sling/testing/mock/sling/MockAdapterManagerImpl.java     | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/src/main/java/org/apache/sling/testing/mock/sling/MockAdapterManagerImpl.java 
b/src/main/java/org/apache/sling/testing/mock/sling/MockAdapterManagerImpl.java
index d058e12..4120292 100644
--- 
a/src/main/java/org/apache/sling/testing/mock/sling/MockAdapterManagerImpl.java
+++ 
b/src/main/java/org/apache/sling/testing/mock/sling/MockAdapterManagerImpl.java
@@ -201,6 +201,7 @@ public class MockAdapterManagerImpl implements 
AdapterManager {
 
     /**
      * Bind a new adapter factory.
+     * @param reference Service reference
      */
     protected void bindAdapterFactory(final ServiceReference reference) {
         boolean create = true;
@@ -219,6 +220,7 @@ public class MockAdapterManagerImpl implements 
AdapterManager {
 
     /**
      * Unbind a adapter factory.
+     * @param reference Service reference
      */
     protected void unbindAdapterFactory(final ServiceReference reference) {
         unregisterAdapterFactory(reference);

-- 
To stop receiving notification emails like this one, please contact
"[email protected]" <[email protected]>.

Reply via email to