You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-commits@ws.apache.org by ae...@apache.org on 2007/01/24 22:12:38 UTC

svn commit: r499568 - /webservices/muse/trunk/modules/muse-tools/src/org/apache/muse/tools/generator/analyzer/SimpleAnalyzer.java

Author: aeberbac
Date: Wed Jan 24 13:12:36 2007
New Revision: 499568

URL: http://svn.apache.org/viewvc?view=rev&rev=499568
Log:
fixed typo

Modified:
    webservices/muse/trunk/modules/muse-tools/src/org/apache/muse/tools/generator/analyzer/SimpleAnalyzer.java

Modified: webservices/muse/trunk/modules/muse-tools/src/org/apache/muse/tools/generator/analyzer/SimpleAnalyzer.java
URL: http://svn.apache.org/viewvc/webservices/muse/trunk/modules/muse-tools/src/org/apache/muse/tools/generator/analyzer/SimpleAnalyzer.java?view=diff&rev=499568&r1=499567&r2=499568
==============================================================================
--- webservices/muse/trunk/modules/muse-tools/src/org/apache/muse/tools/generator/analyzer/SimpleAnalyzer.java (original)
+++ webservices/muse/trunk/modules/muse-tools/src/org/apache/muse/tools/generator/analyzer/SimpleAnalyzer.java Wed Jan 24 13:12:36 2007
@@ -528,7 +528,7 @@
 		JavaProperty javaProperty = new JavaProperty();
 		
 		javaProperty.setQName(property);
-		javaProperty.setJavaType(inspector.getPropertyType(property));
+		javaProperty.setJavaType(inspector.getPropertyType(property));		
 		
 		return javaProperty;
 	}
@@ -543,7 +543,7 @@
 	 * capability. If so then we mark the capability as "built-in" using
 	 * <code>setBuiltIn(true)</code>;
 	 * 
-	 * The reason why this class isn't just a lookupu into the capabilities
+	 * The reason why this class isn't just a lookup into the capabilities
 	 * map is that we don't know if the namespace uri of the given 
 	 * qname matches its capability URI. 
 	 * 



---------------------------------------------------------------------
To unsubscribe, e-mail: muse-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-commits-help@ws.apache.org