|
@ -27,7 +27,7 @@ public class DiCommandRequest { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
// refresh id |
|
|
// refresh id |
|
|
public void refreshId() { |
|
|
|
|
|
|
|
|
synchronized public void refreshId() { |
|
|
this.id = (short)idCounter++; |
|
|
this.id = (short)idCounter++; |
|
|
if ( idCounter > 30000 ) { |
|
|
if ( idCounter > 30000 ) { |
|
|
idCounter = 0; |
|
|
idCounter = 0; |
|
|