[Castore-commits] LastRequest.java 1.1.2.1 1.1.2.2

Stéphane Bouchet sbouchet at adullact1.hosting.cri74.org
Mar 7 Mar 10:08:33 CET 2006


Update of /cvsroot/castore/castore-core/src/java/fr/emn/castor/users/metier
In directory adullact1:/tmp/cvs-serv18184/src/java/fr/emn/castor/users/metier

Modified Files:
      Tag: v1_1_branch
	LastRequest.java 
Log Message:
Mise en page

Index: LastRequest.java
===================================================================
RCS file: /cvsroot/castore/castore-core/src/java/fr/emn/castor/users/metier/LastRequest.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -d -r1.1.2.1 -r1.1.2.2
*** LastRequest.java	24 Nov 2005 14:30:04 -0000	1.1.2.1
--- LastRequest.java	7 Mar 2006 09:08:30 -0000	1.1.2.2
***************
*** 170,174 ****
      public final boolean isEqual(final LastRequest another) {
          if (this.typeRecherche.equals(another.getTypeRecherche())) {
!             if (this.typeRecherche.equals(UsersConstants.TYPE_RECHERCHE_SIMPLE)) {
                  if (this.typeCible.equals(another.getTypeCible())) {
                      if (this.requete == null) {
--- 170,175 ----
      public final boolean isEqual(final LastRequest another) {
          if (this.typeRecherche.equals(another.getTypeRecherche())) {
!             if (this.typeRecherche
!                 .equals(UsersConstants.TYPE_RECHERCHE_SIMPLE)) {
                  if (this.typeCible.equals(another.getTypeCible())) {
                      if (this.requete == null) {




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