Revision: 1148
Author:   jdigger
Date:     2006-05-11 18:41:49 -0700 (Thu, 11 May 2006)
ViewCVS:  http://svn.sourceforge.net/spring-rich-c/?rev=1148&view=rev

Log Message:
-----------
Fixed typo in Assert call

Modified Paths:
--------------
    
trunk/spring-richclient/support/src/main/java/org/springframework/richclient/application/support/StaticApplicationServices.java
Modified: 
trunk/spring-richclient/support/src/main/java/org/springframework/richclient/application/support/StaticApplicationServices.java
===================================================================
--- 
trunk/spring-richclient/support/src/main/java/org/springframework/richclient/application/support/StaticApplicationServices.java
     2006-05-11 19:17:10 UTC (rev 1147)
+++ 
trunk/spring-richclient/support/src/main/java/org/springframework/richclient/application/support/StaticApplicationServices.java
     2006-05-12 01:41:49 UTC (rev 1148)
@@ -42,7 +42,7 @@
 
     public void registerService(Object service, Class serviceInterface) {
         Assert.required(service, "service");
-        Assert.required(service, "serviceInterface");
+        Assert.required(serviceInterface, "serviceInterface");
         services.put(serviceInterface, service);
     }
 }
\ No newline at end of file


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



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
spring-rich-c-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/spring-rich-c-cvs

Reply via email to