You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by am...@apache.org on 2010/10/09 01:36:31 UTC

svn commit: r1006078 - /cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/main/java/org/apache/cayenne/event/JavaGroupsBridgeFactory.java

Author: amaniatis
Date: Fri Oct  8 23:36:30 2010
New Revision: 1006078

URL: http://svn.apache.org/viewvc?rev=1006078&view=rev
Log:
Fix broken javadocs reference.

Modified:
    cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/main/java/org/apache/cayenne/event/JavaGroupsBridgeFactory.java

Modified: cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/main/java/org/apache/cayenne/event/JavaGroupsBridgeFactory.java
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/main/java/org/apache/cayenne/event/JavaGroupsBridgeFactory.java?rev=1006078&r1=1006077&r2=1006078&view=diff
==============================================================================
--- cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/main/java/org/apache/cayenne/event/JavaGroupsBridgeFactory.java (original)
+++ cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/main/java/org/apache/cayenne/event/JavaGroupsBridgeFactory.java Fri Oct  8 23:36:30 2010
@@ -30,6 +30,8 @@ import org.apache.cayenne.reflect.Proper
 /**
  * Factory to create JavaGroupsBridge instances. If JavaGroups library is not installed
  * this factory will return a noop EventBridge as a failover mechanism.
+ *
+ * For further information about JavaGroups consult the <a href="http://www.jgroups.org/">documentation</a>.
  * 
  * @since 1.1
  */
@@ -42,9 +44,7 @@ public class JavaGroupsBridgeFactory imp
     public static final String MCAST_PORT_PROPERTY = "cayenne.JavaGroupsBridge.mcast.port";
 
     /**
-     * Defines a property for JavaGroups XML configuration file. Example file can be found
-     * at <a
-     * href="http://www.filip.net/javagroups/javagroups-protocol.xml">http://www.filip.net/javagroups/javagroups-protocol.xml</a>.
+     * Defines a property for JavaGroups XML configuration file.
      */
     public static final String JGROUPS_CONFIG_URL_PROPERTY = "javagroupsbridge.config.url";