Author: stefanegli
Date: Thu Apr 7 09:10:25 2016
New Revision: 1738110
URL: http://svn.apache.org/viewvc?rev=1738110&view=rev
Log:
@no-jira : minor typo in osgi description
Modified:
jackrabbit/oak/trunk/oak-segment/src/main/java/org/apache/jackrabbit/oak/plugins/segment/SegmentNodeStoreService.java
Modified:
jackrabbit/oak/trunk/oak-segment/src/main/java/org/apache/jackrabbit/oak/plugins/segment/SegmentNodeStoreService.java
URL:
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-segment/src/main/java/org/apache/jackrabbit/oak/plugins/segment/SegmentNodeStoreService.java?rev=1738110&r1=1738109&r2=1738110&view=diff
==============================================================================
---
jackrabbit/oak/trunk/oak-segment/src/main/java/org/apache/jackrabbit/oak/plugins/segment/SegmentNodeStoreService.java
(original)
+++
jackrabbit/oak/trunk/oak-segment/src/main/java/org/apache/jackrabbit/oak/plugins/segment/SegmentNodeStoreService.java
Thu Apr 7 09:10:25 2016
@@ -107,7 +107,7 @@ import org.slf4j.LoggerFactory;
@Component(policy = ConfigurationPolicy.REQUIRE,
metatype = true,
label = "Apache Jackrabbit Oak Segment NodeStore Service",
- description = "NodeStore implementation based on Document model. For
configuration option refer " +
+ description = "NodeStore implementation based on Segment model. For
configuration option refer " +
"to
http://jackrabbit.apache.org/oak/docs/osgi_config.html#SegmentNodeStore. Note
that for system " +
"stability purpose it is advisable to not change these
settings at runtime. Instead the config change " +
"should be done via file system based config file and this
view should ONLY be used to determine which " +