source:
src/test/java/agents/nastyagent/SleepInConstructor.java@
126
Last change on this file since 126 was 1, checked in by , 6 years ago | |
---|---|
File size: 194 bytes |
Line | |
---|---|
1 | package agents.nastyagent; |
2 | |
3 | public class SleepInConstructor extends NastyAgent { |
4 | |
5 | public SleepInConstructor() throws InterruptedException { |
6 | Thread.sleep(2000000);// sleep 2000 seconds. |
7 | } |
8 | |
9 | } |
Note:
See TracBrowser
for help on using the repository browser.