Skip to content

Commit

Permalink
WW-5070 Re-phrases JavaDoc for setRoot() method
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszlenart committed Apr 27, 2020
1 parent 48435c4 commit d826efb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -296,8 +296,8 @@ public String getRoot() {

/**
* Sets the root object to be serialized, defaults to the Action.
* If the Action implements {@link ModelDriven}, model will be used instead
* and assumptions is the Model was pushed on the top of the stack
* If the Action implements {@link ModelDriven}, the Model will be used instead,
* with the logic assuming the Model was pushed onto the top of the stack.
*
* @param root OGNL expression of root object to be serialized
*/
Expand Down

0 comments on commit d826efb

Please sign in to comment.