Changeset 28 for branches/multithread/src/planet/util/KeyGen.java
- Timestamp:
- 10/02/07 12:49:26 (1 year ago)
- Files:
-
- 1 modified
-
branches/multithread/src/planet/util/KeyGen.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/multithread/src/planet/util/KeyGen.java
r2 r28 15 15 } 16 16 17 public String generateKey() {17 public synchronized String generateKey() { 18 18 cnt++; 19 19 if (cnt>MAX) cnt = ini;
