- 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/repos/IRepositoryHandler.java
r10154 r12133 9 9 public interface IRepositoryHandler { 10 10 11 12 11 /** 13 12 * Retourne le repository. 14 13 */ 15 public IHRepository hGetRepository();14 public IHRepository getRepository() throws Exception; 16 15 }
Note: See TracChangeset
for help on using the changeset viewer.