Author: [email protected]
Date: Thu Mar  5 16:13:02 2009
New Revision: 4946

Modified:
     
releases/1.6/dev/core/src/com/google/gwt/dev/shell/jetty/JettyLauncher.java

Log:
Error message cruft cleanup.

Modified:  
releases/1.6/dev/core/src/com/google/gwt/dev/shell/jetty/JettyLauncher.java
==============================================================================
---  
releases/1.6/dev/core/src/com/google/gwt/dev/shell/jetty/JettyLauncher.java     
 
(original)
+++  
releases/1.6/dev/core/src/com/google/gwt/dev/shell/jetty/JettyLauncher.java     
 
Thu Mar  5 16:13:02 2009
@@ -242,7 +242,7 @@
          // Warn, add containing URL to our own ClassLoader, and retry the  
call.
          String warnMessage = "Server resource '"
              + name
-            + "' could not be found in the web app, but was found on the  
system classpath.";
+            + "' could not be found in the web app, but was found on the  
system classpath";
          if (!addContainingClassPathEntry(warnMessage, found, name)) {
            return null;
          }
@@ -284,7 +284,7 @@
          // Warn, add containing URL to our own ClassLoader, and retry the  
call.
          String warnMessage = "Server class '"
              + name
-            + "' could not be found in the web app, but was found on the  
system classpath'";
+            + "' could not be found in the web app, but was found on the  
system classpath";
          if (!addContainingClassPathEntry(warnMessage, found,  
resourceName)) {
            throw new ClassNotFoundException(name);
          }
@@ -313,7 +313,7 @@
            return false;
          }
          branch = branch.branch(logLevel, "Adding classpath entry '"
-            + classPathURL + "' to the web app classpath for this  
session.",
+            + classPathURL + "' to the web app classpath for this session",
              null, new InstalledHelpInfo("webAppClassPath.html"));
          try {
            addClassPath(classPathURL);

--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---

Reply via email to