[Castore-commits] JDOFactory.java 1.2.2.1 1.2.2.2

Stéphane Bouchet sbouchet at adullact1.hosting.cri74.org
Lun 6 Mar 11:38:24 CET 2006


Update of /cvsroot/castore/castore-core/src/java/fr/emn/castor/common/jdo
In directory adullact1:/tmp/cvs-serv2269/src/java/fr/emn/castor/common/jdo

Modified Files:
      Tag: v1_1_branch
	JDOFactory.java 
Log Message:
mise en page

Index: JDOFactory.java
===================================================================
RCS file: /cvsroot/castore/castore-core/src/java/fr/emn/castor/common/jdo/JDOFactory.java,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -C2 -d -r1.2.2.1 -r1.2.2.2
*** JDOFactory.java	24 Nov 2005 14:30:07 -0000	1.2.2.1
--- JDOFactory.java	6 Mar 2006 10:38:22 -0000	1.2.2.2
***************
*** 75,79 ****
       * Constructeur prive.
       */
!     private JDOFactory() {
          //prevent creation
      }
--- 75,79 ----
       * Constructeur prive.
       */
!     private JDOFactory () {
          //prevent creation
      }
***************
*** 132,136 ****
          }
      }
!     
      /**
       * Methode permettant de fermer le PersistenceManagerFactory.
--- 132,136 ----
          }
      }
! 
      /**
       * Methode permettant de fermer le PersistenceManagerFactory.
***************
*** 138,144 ****
       * fin de son utilisation.
       */
!     public static void close(){
!         if (factory != null){
!             if (log.isDebugEnabled()){
                  log.debug("Fermeture PersistenceManagerFactory...");
              }
--- 138,144 ----
       * fin de son utilisation.
       */
!     public static void close() {
!         if (factory != null) {
!             if (log.isDebugEnabled()) {
                  log.debug("Fermeture PersistenceManagerFactory...");
              }




Plus d'informations sur la liste de diffusion Castore-commits