You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2018/10/28 15:49:07 UTC

[isis] branch v2 updated: ISIS-2026: minor: fix comment

This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch v2
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/v2 by this push:
     new 621ef7d  ISIS-2026: minor: fix comment
621ef7d is described below

commit 621ef7d4f56e4d32d37941943e1edce83af4df0e
Author: Andi Huber <ah...@apache.org>
AuthorDate: Sun Oct 28 16:49:01 2018 +0100

    ISIS-2026: minor: fix comment
    
    Task-Url: https://issues.apache.org/jira/browse/ISIS-2026
---
 .../unittestsupport/jmocking/ImposteriserTestUsingCodegenPlugin.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/detached-tests/src/test/java/org/apache/isis/core/unittestsupport/jmocking/ImposteriserTestUsingCodegenPlugin.java b/core/detached-tests/src/test/java/org/apache/isis/core/unittestsupport/jmocking/ImposteriserTestUsingCodegenPlugin.java
index 2e5dadd..531f506 100644
--- a/core/detached-tests/src/test/java/org/apache/isis/core/unittestsupport/jmocking/ImposteriserTestUsingCodegenPlugin.java
+++ b/core/detached-tests/src/test/java/org/apache/isis/core/unittestsupport/jmocking/ImposteriserTestUsingCodegenPlugin.java
@@ -97,7 +97,7 @@ public class ImposteriserTestUsingCodegenPlugin {
         imposter.toString();
     }
     
-    // class we want to mock, while making sure, that we have access to non public fields 
+    // class we want to mock, while making sure, that we have access to non public methods 
     static class NonPublicMethodStub {
         Integer getInteger() {
             return 1;