Back to ESB Console Test Notification Service In Java, or ESB Console Test Notification Service In Java Info
| At line 147 changed 1 line. |
| if (isThreadSuspended == false) { |
| if (!isThreadSuspended) { |
| At line 205 changed 1 line. |
| this.theThread.sleep((int) (randomNumber.nextFloat() * 3000)); |
| Thread.sleep(randomNumber.nextInt(3000)); |