SLING-5571 - javadocs addition about setup/create

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1737374 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/main/java/org/apache/sling/jcr/base/AbstractSlingRepositoryManager.java b/src/main/java/org/apache/sling/jcr/base/AbstractSlingRepositoryManager.java
index 0934090..484bf92 100644
--- a/src/main/java/org/apache/sling/jcr/base/AbstractSlingRepositoryManager.java
+++ b/src/main/java/org/apache/sling/jcr/base/AbstractSlingRepositoryManager.java
@@ -57,6 +57,8 @@
  * <li>{@link #create(Bundle)}</li>
  * <li>{@link #registerService()}</li>
  * </ol>
+ * Earlier versions of this class had an additional <code>setup</code> method, 
+ * whatever code was there can be moved to the <core>create</code> method.
  * <p>
  * To stop the repository instance, the implementation calls the {@link #stop()}
  * method which goes through the setps of unregistering the OSGi service,