Author: lresende
Date: Fri Feb 29 16:38:29 2008
New Revision: 632514

URL: http://svn.apache.org/viewvc?rev=632514&view=rev
Log:
Minot cleanup of code comment

Modified:
    
incubator/tuscany/java/sca/modules/implementation-widget/src/main/java/org/apache/tuscany/sca/implementation/widget/WidgetImplementationProcessor.java

Modified: 
incubator/tuscany/java/sca/modules/implementation-widget/src/main/java/org/apache/tuscany/sca/implementation/widget/WidgetImplementationProcessor.java
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/implementation-widget/src/main/java/org/apache/tuscany/sca/implementation/widget/WidgetImplementationProcessor.java?rev=632514&r1=632513&r2=632514&view=diff
==============================================================================
--- 
incubator/tuscany/java/sca/modules/implementation-widget/src/main/java/org/apache/tuscany/sca/implementation/widget/WidgetImplementationProcessor.java
 (original)
+++ 
incubator/tuscany/java/sca/modules/implementation-widget/src/main/java/org/apache/tuscany/sca/implementation/widget/WidgetImplementationProcessor.java
 Fri Feb 29 16:38:29 2008
@@ -67,7 +67,7 @@
 
     public WidgetImplementation read(XMLStreamReader reader) throws 
ContributionReadException, XMLStreamException {
         
-        // Read an <implementation.resource> element
+        // Read an <implementation.widget> element
 
         // Read the location attribute specifying the location of the
         // resources
@@ -106,7 +106,7 @@
 
     public void write(WidgetImplementation implementation, XMLStreamWriter 
writer) throws ContributionWriteException, XMLStreamException {
         
-        // Write <implementation.resource>
+        // Write <implementation.widget>
         writer.setPrefix("widget",IMPLEMENTATION_WIDGET.getNamespaceURI());
         writer.writeStartElement(IMPLEMENTATION_WIDGET.getNamespaceURI(), 
IMPLEMENTATION_WIDGET.getLocalPart());
         
writer.writeNamespace("widget",IMPLEMENTATION_WIDGET.getNamespaceURI());



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to