You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ws...@apache.org on 2006/02/08 05:02:12 UTC

svn commit: r375843 - /struts/build/trunk/jalopy_struts.xml

Author: wsmoak
Date: Tue Feb  7 20:02:11 2006
New Revision: 375843

URL: http://svn.apache.org/viewcvs?rev=375843&view=rev
Log:
Conform to Struts coding conventions.  This should keep "} else {" on a single line.

Modified:
    struts/build/trunk/jalopy_struts.xml

Modified: struts/build/trunk/jalopy_struts.xml
URL: http://svn.apache.org/viewcvs/struts/build/trunk/jalopy_struts.xml?rev=375843&r1=375842&r2=375843&view=diff
==============================================================================
--- struts/build/trunk/jalopy_struts.xml (original)
+++ struts/build/trunk/jalopy_struts.xml Tue Feb  7 20:02:11 2006
@@ -125,6 +125,7 @@
             <braceLeft>1</braceLeft>
             <deep>30</deep>
             <braceRight>0</braceRight>
+            <braceRightAfter>1</braceRightAfter>
             <useMethodCallParams>false</useMethodCallParams>
             <continuation>4</continuation>
             <braceCuddled>1</braceCuddled>
@@ -210,7 +211,7 @@
             <insertBracesFor>true</insertBracesFor>
             <removeBracesIfElse>false</removeBracesIfElse>
             <removeBracesWhile>false</removeBracesWhile>
-            <rightBraceNewLine>true</rightBraceNewLine>
+            <rightBraceNewLine>false</rightBraceNewLine>
             <leftBraceNewLine>false</leftBraceNewLine>
             <emptyCuddle>false</emptyCuddle>
             <insertBracesDoWhile>true</insertBracesDoWhile>
@@ -238,8 +239,8 @@
         </misc>
     </transform>
     <general>
-        <styleName>Sun</styleName>
-        <styleDescription>Sun Java Coding Convention</styleDescription>
+        <styleName>Struts</styleName>
+        <styleDescription>Apache Struts Coding Convention</styleDescription>
         <backupLevel>0</backupLevel>
         <backupDirectory>bak</backupDirectory>
         <threadCount>1</threadCount>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org