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

Manik Surtani manik at jboss.org
Thu Apr 26 12:36:34 EDT 2007


  User: msurtani
  Date: 07/04/26 12:36:34

  Modified:    src/org/jboss/cache/config  RuntimeConfig.java
  Log:
  made ctor package protected
  
  Revision  Changes    Path
  1.8       +7 -2      JBossCache/src/org/jboss/cache/config/RuntimeConfig.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: RuntimeConfig.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/config/RuntimeConfig.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- RuntimeConfig.java	13 Mar 2007 18:03:18 -0000	1.7
  +++ RuntimeConfig.java	26 Apr 2007 16:36:34 -0000	1.8
  @@ -26,6 +26,11 @@
      private transient NodeFactory nodeFactory;
      private transient BuddyGroup buddyGroup;
   
  +   RuntimeConfig()
  +   {
  +      // package protected ctor
  +   }
  +
      /**
       * Resets the runtime to default values.
       */
  
  
  



More information about the jboss-cvs-commits mailing list