Author: supun
Date: Wed Feb  9 06:48:56 2011
New Revision: 1068765

URL: http://svn.apache.org/viewvc?rev=1068765&view=rev
Log:
reverting some comments mistakenly changed

Modified:
    
synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/config/xml/endpoints/IndirectEndpointFactory.java
    
synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/registry/RegistryEntryImpl.java

Modified: 
synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/config/xml/endpoints/IndirectEndpointFactory.java
URL: 
http://svn.apache.org/viewvc/synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/config/xml/endpoints/IndirectEndpointFactory.java?rev=1068765&r1=1068764&r2=1068765&view=diff
==============================================================================
--- 
synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/config/xml/endpoints/IndirectEndpointFactory.java
 (original)
+++ 
synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/config/xml/endpoints/IndirectEndpointFactory.java
 Wed Feb  9 06:48:56 2011
@@ -27,7 +27,7 @@ import javax.xml.namespace.QName;
 import java.util.Properties;
 
 /**
- * Creates an {@link IndirectEndpoint} using a XML configuration. Value can be 
a name of an endpoint defined
+ * Creates an {@link IndirectEndpoint} using a XML configuration. Key can be a 
name of an endpoint defined
  * in the same Synapse configuration or a registry key pointing to an endpoint 
configuration in the
  * registry (e.g. <endpoint key="registry/endpoint1.xml"/>).
  *

Modified: 
synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/registry/RegistryEntryImpl.java
URL: 
http://svn.apache.org/viewvc/synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/registry/RegistryEntryImpl.java?rev=1068765&r1=1068764&r2=1068765&view=diff
==============================================================================
--- 
synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/registry/RegistryEntryImpl.java
 (original)
+++ 
synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/registry/RegistryEntryImpl.java
 Wed Feb  9 06:48:56 2011
@@ -116,7 +116,7 @@ public class RegistryEntryImpl implement
     public String toString() {
         StringBuffer sb = new StringBuffer();
         sb.append("RegistryEntry {")
-                .append(" Value : ").append(key)
+                .append(" Key : ").append(key)
                 .append(" Name : ").append(name)
                 .append(" Version : ").append(version)
                 .append(" Type : ").append(type)


Reply via email to