You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2017/05/10 22:26:41 UTC

[13/50] [abbrv] groovy git commit: fix typo - side effect: closes #485

fix typo - side effect: closes #485


Project: http://git-wip-us.apache.org/repos/asf/groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/ac6bf0a9
Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/ac6bf0a9
Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/ac6bf0a9

Branch: refs/heads/parrot
Commit: ac6bf0a9abb40bcd42bb465673042bfbb16f51f5
Parents: 921f96d
Author: paulk <pa...@asert.com.au>
Authored: Fri May 5 20:33:19 2017 +1000
Committer: paulk <pa...@asert.com.au>
Committed: Thu May 11 08:06:12 2017 +1000

----------------------------------------------------------------------
 config/checkstyle/checkstyle.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/ac6bf0a9/config/checkstyle/checkstyle.xml
----------------------------------------------------------------------
diff --git a/config/checkstyle/checkstyle.xml b/config/checkstyle/checkstyle.xml
index 81e9bf6..34aebe1 100644
--- a/config/checkstyle/checkstyle.xml
+++ b/config/checkstyle/checkstyle.xml
@@ -152,7 +152,7 @@
             <property name="illegalClassNames" value="java.util.GregorianCalendar, java.util.Hashtable, java.util.HashSet, java.util.HashMap, java.util.ArrayList, java.util.LinkedHashMap, java.util.LinkedHashSet, java.util.TreeSet, java.util.TreeMap, java.util.Vector"/>
         </module>
         <module name="UpperEll"/>
-        <!-- off for now - to allow parenteses which add clarity -->
+        <!-- off for now - to allow parentheses which add clarity -->
         <!--<module name="UnnecessaryParentheses"/>-->
         <module name="JUnitTestCase"/>
         <module name="FinalClass"/>