[Castore-commits] RechercheProxy.java 1.10 1.11

Neman OULD SID'AHMED neman at adullact1.hosting.cri74.org
Mer 16 Aou 16:44:38 CEST 2006


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

Modified Files:
	RechercheProxy.java 
Log Message:
Ajout des commentaires
java 1.5 

Index: RechercheProxy.java
===================================================================
RCS file: /cvsroot/castore/castore-core/src/java/fr/emn/castor/recherche/RechercheProxy.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** RechercheProxy.java	16 Aug 2006 14:04:42 -0000	1.10
--- RechercheProxy.java	16 Aug 2006 14:44:36 -0000	1.11
***************
*** 129,134 ****
          return this.userOnLine;
      }
!     
!     public List getFieldNames() throws RechercheException {
  		// TODO Auto-generated method stub
  		return recFac.getFieldNames();
--- 129,138 ----
          return this.userOnLine;
      }
!     /**
!      * Methode pour récuperer tous les champs indexés.
!      * 
!      * @return liste de tous les champs indexés.
!      */
!     public List<String> getFieldNames() throws RechercheException {
  		// TODO Auto-generated method stub
  		return recFac.getFieldNames();




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