He-Pin opened a new pull request, #177:
URL: https://github.com/apache/pekko-samples/pull/177

   ## Motivation
   
   Javadoc warning in 
`pekko-sample-persistence-java/src/main/java/sample/persistence/ShoppingCart.java`:
   - `{@link Summary}` cannot be resolved because `Summary` is an inner class 
of `ShoppingCart` and needs the enclosing class prefix
   
   ## Modification
   
   - Replace `{@link Summary}` with `{@link ShoppingCart.Summary}`
   
   ## Result
   
   Javadoc warning is eliminated.
   
   ## Tests
   
   Not run - docs only
   
   ## References
   
   None


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to