[jboss-cvs] JBossCache/src/org/jboss/cache/loader/bdbje ...

Manik Surtani manik at jboss.org
Tue Jul 17 13:22:13 EDT 2007


  User: msurtani
  Date: 07/07/17 13:22:13

  Modified:    src/org/jboss/cache/loader/bdbje  BdbjeCacheLoader.java
  Log:
  JBCACHE-1134
  
  Revision  Changes    Path
  1.32      +4 -7      JBossCache/src/org/jboss/cache/loader/bdbje/BdbjeCacheLoader.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: BdbjeCacheLoader.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/loader/bdbje/BdbjeCacheLoader.java,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -b -r1.31 -r1.32
  --- BdbjeCacheLoader.java	13 Jul 2007 13:27:38 -0000	1.31
  +++ BdbjeCacheLoader.java	17 Jul 2007 17:22:13 -0000	1.32
  @@ -50,7 +50,7 @@
    *
    * @author Mark Hayes May 16, 2004
    * @author Bela Ban
  - * @version $Id: BdbjeCacheLoader.java,v 1.31 2007/07/13 13:27:38 msurtani Exp $
  + * @version $Id: BdbjeCacheLoader.java,v 1.32 2007/07/17 17:22:13 msurtani Exp $
    */
   @ThreadSafe
   public class BdbjeCacheLoader extends AbstractCacheLoader
  @@ -80,6 +80,7 @@
      /**
       * Does nothing since start() does all the work.
       */
  +   @Override
      public void create() throws Exception
      {
         String license = "\n*************************************************************************************\n" +
  @@ -100,17 +101,12 @@
         checkNotOpen();
      }
   
  -   /**
  -    * Does nothing since stop() does all the work.
  -    */
  -   public void destroy()
  -   {
  -   }
   
      /**
       * Opens the JE environment and the database specified by the configuration
       * string.  The environment and databases are created if necessary.
       */
  +   @Override
      public void start()
            throws Exception
      {
  @@ -249,6 +245,7 @@
       * The environment and databases are not removed from the file system.
       * Exceptions during close are ignored.
       */
  +   @Override
      public void stop()
      {
   
  
  
  



More information about the jboss-cvs-commits mailing list