[jboss-cvs] JBossCache/src/org/jboss/cache/buddyreplication ...

Manik Surtani manik at jboss.org
Tue Apr 17 03:47:54 EDT 2007


  User: msurtani
  Date: 07/04/17 03:47:54

  Modified:    src/org/jboss/cache/buddyreplication  BuddyLocator.java
  Log:
  Cleaned up javadocs
  
  Revision  Changes    Path
  1.7       +1 -1      JBossCache/src/org/jboss/cache/buddyreplication/BuddyLocator.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: BuddyLocator.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/buddyreplication/BuddyLocator.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- BuddyLocator.java	19 Jan 2007 14:58:43 -0000	1.6
  +++ BuddyLocator.java	17 Apr 2007 07:47:54 -0000	1.7
  @@ -28,7 +28,7 @@
       * Gets the configuration for this BuddyLocator.
       *
       * @return object encapsulating this object's configuration.
  -    *         Should not return <code>null</code>.  If {@link #init(BuddyLocatorConfig)}
  +    *         Should not return <code>null</code>.  If {@link #init(org.jboss.cache.config.BuddyReplicationConfig.BuddyLocatorConfig)}
       *         has not been called or <code>null</code> was passed to it, the
       *         returned value should be the default config for the
       *         given BuddyLocator implementation.
  
  
  



More information about the jboss-cvs-commits mailing list