Changeset 6520
- Timestamp:
- 09/12/06 14:25:09 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Jav_CO/com/scenari/m/co/univers/wsp/XInfoCompType.java
r4831 r6520 78 78 * 79 79 */ 80 public void hAddSourceResUsed(String pUri) throws Exception {80 public synchronized void hAddSourceResUsed(String pUri) throws Exception { 81 81 if(fSourceResUsed == null) { 82 82 fSourceResUsed = new ArrayList();
Note: See TracChangeset
for help on using the changeset viewer.