Revision: 1595
http://svn.sourceforge.net/spring-rich-c/?rev=1595&view=rev
Author: mathiasbr
Date: 2006-12-12 01:42:38 -0800 (Tue, 12 Dec 2006)
Log Message:
-----------
removed duplicate TextToNumber converter instance
Modified Paths:
--------------
trunk/spring-richclient/support/src/main/java/org/springframework/richclient/application/DefaultConversionServiceFactoryBean.java
Modified:
trunk/spring-richclient/support/src/main/java/org/springframework/richclient/application/DefaultConversionServiceFactoryBean.java
===================================================================
---
trunk/spring-richclient/support/src/main/java/org/springframework/richclient/application/DefaultConversionServiceFactoryBean.java
2006-12-07 07:32:42 UTC (rev 1594)
+++
trunk/spring-richclient/support/src/main/java/org/springframework/richclient/application/DefaultConversionServiceFactoryBean.java
2006-12-12 09:42:38 UTC (rev 1595)
@@ -81,7 +81,6 @@
*/
protected ConversionService createConversionService() {
DefaultConversionService service = new
DefaultConversionService();
- service.addConverter(new TextToNumber(getFormatterFactory(),
true));
service.addConverter(new TextToDate(getFormatterFactory(),
true));
service.addConverter(new DateToText(getFormatterFactory(),
true));
service.addConverter(new TextToNumber(getFormatterFactory(),
true));
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/spring-rich-c-cvs