- Timestamp:
- 21.11.2008 21:28:01 (16 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/3.7pre/Jav_IhmMoz/com/scenari/i/ihmcms/Client.java
r12133 r12178 23 23 24 24 protected String fUniversalId = null; 25 25 26 26 protected long fLastUse = 0L; 27 27 … … 121 121 122 122 protected void xWriteEntry(StringBuffer pBuf, IWspWatcher.IDistinctUpdtIterator pIt) { 123 if (pBuf.length() != 0) pBuf.append(' ,');123 if (pBuf.length() != 0) pBuf.append(';'); 124 124 pBuf.append('/'); 125 125 String vSp = pIt.getSpace(); 126 126 pBuf.append(vSp); 127 127 String vCd = pIt.getCode(); 128 if (vCd != null) {128 if (vCd != null) { 129 129 pBuf.append('/'); 130 130 pBuf.append(pIt.getCode());