[Plexus-svn] SF.net SVN: plexus:[898] trunk/plexus-graph/src/main/config/checkstyle/ checkstyle.xml
Status: Alpha
Brought to you by:
rconner
|
From: <rc...@us...> - 2010-09-16 17:49:42
|
Revision: 898
http://plexus.svn.sourceforge.net/plexus/?rev=898&view=rev
Author: rconner
Date: 2010-09-16 17:49:36 +0000 (Thu, 16 Sep 2010)
Log Message:
-----------
I don't like the no-spaces generics convention
Modified Paths:
--------------
trunk/plexus-graph/src/main/config/checkstyle/checkstyle.xml
Modified: trunk/plexus-graph/src/main/config/checkstyle/checkstyle.xml
===================================================================
--- trunk/plexus-graph/src/main/config/checkstyle/checkstyle.xml 2010-09-16 17:00:19 UTC (rev 897)
+++ trunk/plexus-graph/src/main/config/checkstyle/checkstyle.xml 2010-09-16 17:49:36 UTC (rev 898)
@@ -259,7 +259,7 @@
<module name="EmptyForIteratorPad">
<property name="option" value="space"/>
</module>
- <module name="GenericWhitespace"/>
+<!-- <module name="GenericWhitespace"/> -->
<module name="MethodParamPad"/>
<module name="NoWhitespaceAfter">
<!-- Omitting: ARRAY_INIT, TYPECAST -->
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|