stefan-egli commented on code in PR #1473:
URL: https://github.com/apache/jackrabbit-oak/pull/1473#discussion_r1618581875


##########
oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/DocumentPropertyState.java:
##########
@@ -216,7 +264,7 @@ static PropertyState readProperty(String name, 
DocumentNodeStore store, JsopRead
     /**
      * Read a multi valued {@code PropertyState} from a {@link JsopReader}.
      *
-     * @param name the name of the property state
+     * @param name   the name of the property state

Review Comment:
   the revert for this wasn't done though?



##########
oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/DocumentPropertyState.java:
##########
@@ -227,8 +275,8 @@ PropertyState readArrayProperty(String name, JsopReader 
reader) {
     /**
      * Read a multi valued {@code PropertyState} from a {@link JsopReader}.
      *
-     * @param name the name of the property state
-     * @param store the store
+     * @param name   the name of the property state
+     * @param store  the store

Review Comment:
   the revert for this wasn't done though?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@jackrabbit.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to