Revision: 1774
          http://svn.sourceforge.net/spring-rich-c/?rev=1774&view=rev
Author:   jhoskens
Date:     2007-07-09 06:39:53 -0700 (Mon, 09 Jul 2007)

Log Message:
-----------
Second part in refactoring: RCP-479
Message moved to core module, Severity moved to core module and package
ValidationMesage now extends Message, DefaultValidationMessage extends 
DefaultMessage
Places where validationMessage was converted to Message are fixed

(This file somehow slipped through the previous commit)

Modified Paths:
--------------
    
trunk/spring-richclient/support/src/main/java/org/springframework/binding/form/support/DefaultBindingErrorMessageProvider.java

Modified: 
trunk/spring-richclient/support/src/main/java/org/springframework/binding/form/support/DefaultBindingErrorMessageProvider.java
===================================================================
--- 
trunk/spring-richclient/support/src/main/java/org/springframework/binding/form/support/DefaultBindingErrorMessageProvider.java
      2007-07-09 13:32:49 UTC (rev 1773)
+++ 
trunk/spring-richclient/support/src/main/java/org/springframework/binding/form/support/DefaultBindingErrorMessageProvider.java
      2007-07-09 13:39:53 UTC (rev 1774)
@@ -19,11 +19,11 @@
 import org.springframework.binding.form.BindingErrorMessageProvider;
 import org.springframework.binding.form.FormModel;
 import org.springframework.binding.format.InvalidFormatException;
-import org.springframework.binding.validation.Severity;
 import org.springframework.binding.validation.ValidationMessage;
 import org.springframework.binding.validation.support.DefaultValidationMessage;
 import org.springframework.context.support.MessageSourceAccessor;
 import org.springframework.richclient.application.ApplicationServicesLocator;
+import org.springframework.richclient.core.Severity;
 
 /**
  * Default implementation of <code>BindingErrorMessageProvider</code>.


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
spring-rich-c-cvs mailing list
spring-rich-c-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/spring-rich-c-cvs

Reply via email to