You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@synapse.apache.org by ru...@apache.org on 2010/12/16 17:44:12 UTC

svn commit: r1050051 - /synapse/branches/2.0/modules/core/src/main/java/org/apache/synapse/config/xml/AbstractMediatorFactory.java

Author: ruwan
Date: Thu Dec 16 16:44:12 2010
New Revision: 1050051

URL: http://svn.apache.org/viewvc?rev=1050051&view=rev
Log:
Fixing the JavaDoc to have the newly added properties map parameter

Modified:
    synapse/branches/2.0/modules/core/src/main/java/org/apache/synapse/config/xml/AbstractMediatorFactory.java

Modified: synapse/branches/2.0/modules/core/src/main/java/org/apache/synapse/config/xml/AbstractMediatorFactory.java
URL: http://svn.apache.org/viewvc/synapse/branches/2.0/modules/core/src/main/java/org/apache/synapse/config/xml/AbstractMediatorFactory.java?rev=1050051&r1=1050050&r2=1050051&view=diff
==============================================================================
--- synapse/branches/2.0/modules/core/src/main/java/org/apache/synapse/config/xml/AbstractMediatorFactory.java (original)
+++ synapse/branches/2.0/modules/core/src/main/java/org/apache/synapse/config/xml/AbstractMediatorFactory.java Thu Dec 16 16:44:12 2010
@@ -83,6 +83,7 @@ public abstract class AbstractMediatorFa
      * java.util.Properties)} by the sub classes
      *
      * @param elem configuration element of the mediator to be built
+     * @param properties any additional information passed as key value pairs for creating mediator
      * @return built mediator using the above element
      */
     public final Mediator createMediator(OMElement elem, Properties properties) {