[Castore-commits] Constants.java 1.18 1.19

Stéphane Bouchet sbouchet at adullact1.hosting.cri74.org
Mar 16 Mai 17:19:51 CEST 2006


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

Modified Files:
	Constants.java 
Log Message:
Mise en page.

Index: Constants.java
===================================================================
RCS file: /cvsroot/castore/castore-core/src/java/fr/emn/castor/common/Constants.java,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** Constants.java	11 May 2006 13:28:17 -0000	1.18
--- Constants.java	16 May 2006 15:19:49 -0000	1.19
***************
*** 311,319 ****
  
      /** Equivalent aux booleens pour les façades.  */
!     public static enum VraiFauxEnum {        
!         VRAI,        
          FAUX;
      }
!     
      /**
       * Prevent object construction outside of this class.
--- 311,321 ----
  
      /** Equivalent aux booleens pour les façades.  */
!     public static enum VraiFauxEnum {
!         /** Represente VRAI. */
!         VRAI,
!         /** Represente FAUX. */
          FAUX;
      }
! 
      /**
       * Prevent object construction outside of this class.




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