Revision: 1701 http://svn.sourceforge.net/spring-rich-c/?rev=1701&view=rev Author: ge0ffrey Date: 2007-01-27 07:18:38 -0800 (Sat, 27 Jan 2007)
Log Message: ----------- audit Modified Paths: -------------- trunk/spring-richclient/support/src/main/java/org/springframework/richclient/layout/GridBagLayoutBuilder.java Modified: trunk/spring-richclient/support/src/main/java/org/springframework/richclient/layout/GridBagLayoutBuilder.java =================================================================== --- trunk/spring-richclient/support/src/main/java/org/springframework/richclient/layout/GridBagLayoutBuilder.java 2007-01-27 15:14:30 UTC (rev 1700) +++ trunk/spring-richclient/support/src/main/java/org/springframework/richclient/layout/GridBagLayoutBuilder.java 2007-01-27 15:18:38 UTC (rev 1701) @@ -713,7 +713,7 @@ buffer.append(", "); buffer.append("GridBagConstraint["); - buffer.append("anchor=" + gbc.anchor).append(","); + buffer.append("anchor=").append(gbc.anchor).append(","); buffer.append("fill=").append(gbc.fill).append(","); buffer.append("gridheight=").append(gbc.gridheight).append(","); buffer.append("gridwidth=").append(gbc.gridwidth).append(","); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ spring-rich-c-cvs mailing list spring-rich-c-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/spring-rich-c-cvs