- Timestamp:
- 11/11/13 12:11:51 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/supervisor/src/main/java/omq/client/proxy/Proxymq.java
r110 r111 268 268 269 269 // Wait for the results. 270 long localTimeout = timeout;270 long localTimeout = 0; 271 271 long start = System.currentTimeMillis(); 272 272 synchronized (results) { … … 320 320 321 321 int i = 0; 322 long localTimeout = timeout;322 long localTimeout = 0; 323 323 long start = System.currentTimeMillis(); 324 324 … … 380 380 381 381 @Override 382 public void setUID(String uID) { System.out.println("SET UID");382 public void setUID(String uID) { 383 383 this.UID = uID; 384 384 }
Note: See TracChangeset
for help on using the changeset viewer.