rishabhdaim commented on code in PR #1473:
URL: https://github.com/apache/jackrabbit-oak/pull/1473#discussion_r1609710827
##########
oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/DocumentPropertyState.java:
##########
@@ -161,8 +210,9 @@ private PropertyState parsed() {
/**
* Read a {@code PropertyState} from a {@link JsopReader}
- * @param name The name of the property state
- * @param reader The reader
+ *
+ * @param name The name of the property state
+ * @param reader The reader
Review Comment:
please revert these un-necessary changes.
##########
oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/DocumentPropertyState.java:
##########
@@ -172,8 +222,8 @@ PropertyState readProperty(String name, JsopReader reader) {
/**
* Read a {@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:
same as above.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]