[Castore-commits] RechercheProxy.java 1.11 1.12
Céline BENOIT
cbenoit at adullact1.hosting.cri74.org
Mer 16 Aou 17:20:47 CEST 2006
Update of /cvsroot/castore/castore-core/src/java/fr/emn/castor/recherche
In directory adullact1:/tmp/cvs-serv31905/src/java/fr/emn/castor/recherche
Modified Files:
RechercheProxy.java
Log Message:
effacement d'un commentaire inutile
Index: RechercheProxy.java
===================================================================
RCS file: /cvsroot/castore/castore-core/src/java/fr/emn/castor/recherche/RechercheProxy.java,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** RechercheProxy.java 16 Aug 2006 14:44:36 -0000 1.11
--- RechercheProxy.java 16 Aug 2006 15:20:45 -0000 1.12
***************
*** 129,132 ****
--- 129,133 ----
return this.userOnLine;
}
+
/**
* Methode pour récuperer tous les champs indexés.
***************
*** 134,139 ****
* @return liste de tous les champs indexés.
*/
! public List<String> getFieldNames() throws RechercheException {
! // TODO Auto-generated method stub
return recFac.getFieldNames();
}
--- 135,139 ----
* @return liste de tous les champs indexés.
*/
! public List getFieldNames() throws RechercheException {
return recFac.getFieldNames();
}
Plus d'informations sur la liste de diffusion Castore-commits