Github user PascalSchumacher commented on a diff in the pull request:

    https://github.com/apache/groovy/pull/328#discussion_r62416234
  
    --- Diff: 
src/test/org/codehaus/groovy/classgen/ClassCompletionVerifierTest.java ---
    @@ -73,13 +73,22 @@
                 "Method 'prom' is protected but should be public in interface 
'zzz'.";
         private static final String EXPECTED_PRIVATE_METHOD_ERROR_MESSAGE =
                 "Method 'prim' is private but should be public in interface 
'zzz'.";
    +    private static final String 
EXPECTED_ABSTRACT_PRIVATE_METHOD_ERROR_MESSAGE =
    +            "Method 'y' from class 'X' must not be private as it is 
declared as abstract method.";
    --- End diff --
    
    Should this be "... as an abstract method"?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to