- Timestamp:
- 11/17/08 00:00:28 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.7pre/Jav_BDP/com/scenari/m/bdp/service/batch/WServiceBatch.java
r10879 r12133 262 262 try { 263 263 vCode = fCodeServiceRepos.getString(pDialog, this, null); 264 fRepos = ((WServiceRepos) hGetUnivers().hGetService(vCode)). hGetRepository();264 fRepos = ((WServiceRepos) hGetUnivers().hGetService(vCode)).getRepository(); 265 265 } catch (Exception e) { 266 266 throw (Exception) HLogMgr.hAddMessage(e, "Le code de service '" + vCode + "' défini dans " + this + " n'est pas du type '" + WServiceRepos.class.getName() + "'.");
Note: See TracChangeset
for help on using the changeset viewer.