[jboss-cvs] JBossCache/src/org/jboss/cache/pojo/jmx ...

Elias Ross genman at noderunner.net
Thu Jan 18 21:04:32 EST 2007


  User: genman  
  Date: 07/01/18 21:04:32

  Modified:    src/org/jboss/cache/pojo/jmx   PojoCacheJmxWrapper.java
                        PojoCacheJmxWrapperMBean.java
  Log:
  JBCACHE-939 - Clean up JavaDoc, first pass
  
  Revision  Changes    Path
  1.2       +0 -3      JBossCache/src/org/jboss/cache/pojo/jmx/PojoCacheJmxWrapper.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: PojoCacheJmxWrapper.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/pojo/jmx/PojoCacheJmxWrapper.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- PojoCacheJmxWrapper.java	13 Jan 2007 15:55:11 -0000	1.1
  +++ PojoCacheJmxWrapper.java	19 Jan 2007 02:04:32 -0000	1.2
  @@ -170,9 +170,6 @@
      
      /**
       * Caches the provided <code>server</code> and <code>objName</code>.
  -    *  
  -    * @return either <code>objName</code>, or, if a name was previously assigned
  -    *         via {@link #setPojoCacheObjectName(String)}, that name. 
       */
      public ObjectName preRegister(MBeanServer server, ObjectName objName) 
            throws Exception
  
  
  
  1.2       +3 -3      JBossCache/src/org/jboss/cache/pojo/jmx/PojoCacheJmxWrapperMBean.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: PojoCacheJmxWrapperMBean.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/pojo/jmx/PojoCacheJmxWrapperMBean.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- PojoCacheJmxWrapperMBean.java	13 Jan 2007 15:55:11 -0000	1.1
  +++ PojoCacheJmxWrapperMBean.java	19 Jan 2007 02:04:32 -0000	1.2
  @@ -30,15 +30,15 @@
    * StandardMBean interface for {@link PojoCacheJmxWrapperMBean}.
    * 
    * @author <a href="brian.stansberry at jboss.com">Brian Stansberry</a>
  - * @version $Revision: 1.1 $
  + * @version $Revision: 1.2 $
    */
   public interface PojoCacheJmxWrapperMBean 
      extends PojoCacheMBean
   {   
      /**
  -    * Get the PojoCache.
  +    * Returns the PojoCache.
       * 
  -    * @return
  +    * @return the PojoCache
       */
      public PojoCache getPojoCache();
   
  
  
  



More information about the jboss-cvs-commits mailing list