You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by st...@apache.org on 2015/08/26 17:01:23 UTC

svn commit: r1697954 - /jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/segment/SegmentDiscoveryLiteService.java

Author: stefanegli
Date: Wed Aug 26 15:01:22 2015
New Revision: 1697954

URL: http://svn.apache.org/r1697954
Log:
OAK-3267 : previous commit was erroneoulsy done with wrong ticket nr: correct one would have been OAK-3267, (OAK-3292 was wrong)

Modified:
    jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/segment/SegmentDiscoveryLiteService.java

Modified: jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/segment/SegmentDiscoveryLiteService.java
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/segment/SegmentDiscoveryLiteService.java?rev=1697954&r1=1697953&r2=1697954&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/segment/SegmentDiscoveryLiteService.java (original)
+++ jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/segment/SegmentDiscoveryLiteService.java Wed Aug 26 15:01:22 2015
@@ -45,7 +45,7 @@ import org.slf4j.LoggerFactory;
  * the provided clusterView is a hard-coded one consisting only of the
  * local instance. But it is nevertheless useful for upper layer discovery.oak.
  * <p>
- * @see DocumentDiscoveryLiteService for a more in-depth description of the descriptor
+ * @see DocumentDiscoveryLiteService for a more in-depth description of the discovery-lite descriptor
  */
 @Component(immediate = true)
 @Service(value = { SegmentDiscoveryLiteService.class })