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