[seam-commits] Seam SVN: r7593 - trunk/src/remoting/org/jboss/seam/remoting.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Sat Mar 15 18:54:07 EDT 2008


Author: shane.bryzak at jboss.com
Date: 2008-03-15 18:54:06 -0400 (Sat, 15 Mar 2008)
New Revision: 7593

Modified:
   trunk/src/remoting/org/jboss/seam/remoting/InterfaceGenerator.java
Log:
fixed typo

Modified: trunk/src/remoting/org/jboss/seam/remoting/InterfaceGenerator.java
===================================================================
--- trunk/src/remoting/org/jboss/seam/remoting/InterfaceGenerator.java	2008-03-15 21:41:55 UTC (rev 7592)
+++ trunk/src/remoting/org/jboss/seam/remoting/InterfaceGenerator.java	2008-03-15 22:54:06 UTC (rev 7593)
@@ -77,7 +77,7 @@
            Component[] components = new Component[componentNames.length];
            Set<Type> types = new HashSet<Type>();
            
-           response.setContentType("text/javasript");
+           response.setContentType("text/javascript");
 
            for (int i = 0; i < componentNames.length; i++) 
            {




More information about the seam-commits mailing list