clr-apache commented on code in PR #65:
URL: https://github.com/apache/db-jdo/pull/65#discussion_r1049097571


##########
api/src/main/java/javax/jdo/JDOException.java:
##########
@@ -158,9 +158,10 @@ public Throwable[] getNestedExceptions() {
    * @return the first or only nested Throwable.
    * @since 1.0.1
    */
+  @Override
   public synchronized Throwable getCause() {
     // super.printStackTrace calls getCause to handle the cause.
-    // Returning null prevents the superclass from handling the cause;
+    // Returning null prevents the superclass from handling the cause,

Review Comment:
   This change is not good English. :(



-- 
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: jdo-dev-unsubscr...@db.apache.org

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

Reply via email to