Author: keith
Date: Thu Jan 10 23:38:15 2008
New Revision: 12134

Log:

fixing typo



Modified:
   
trunk/mashup/java/modules/javascriptdeployer/src/org/wso2/mashup/deployer/JSDeployer.java

Modified: 
trunk/mashup/java/modules/javascriptdeployer/src/org/wso2/mashup/deployer/JSDeployer.java
==============================================================================
--- 
trunk/mashup/java/modules/javascriptdeployer/src/org/wso2/mashup/deployer/JSDeployer.java
   (original)
+++ 
trunk/mashup/java/modules/javascriptdeployer/src/org/wso2/mashup/deployer/JSDeployer.java
   Thu Jan 10 23:38:15 2008
@@ -641,7 +641,7 @@
 
         if (registryDriverClass == null || "".equals(registryDriverClass) ||
                 registryUrl == null || "".equals(registryUrl)) {
-            throw new MashupFault("Cannot find DataBse connection details 
pertaining to " +
+            throw new MashupFault("Cannot find DataBase connection details 
pertaining to " +
                     "the registry. The driverClass and the url are 
mandatory.");
         }
 
@@ -657,7 +657,7 @@
 
         if (usermanagerDriverClass == null || 
"".equals(usermanagerDriverClass) ||
                 usermanagerUrl == null || "".equals(usermanagerUrl)) {
-            throw new MashupFault("Cannot find DataBse connection details 
pertaining to " +
+            throw new MashupFault("Cannot find DataBase connection details 
pertaining to " +
                     "the usermanager. The driverClass and the url are 
mandatory.");
         }
 

_______________________________________________
Mashup-dev mailing list
[email protected]
http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev

Reply via email to