Constructor. This is really only here to make this class a JavaBean to facilitate easy serializing; the #Tool(String, String) constructor is preferred over this one.
()
| 60 | * constructor is preferred over this one. |
| 61 | */ |
| 62 | public Tool() { |
| 63 | init(); |
| 64 | } |
| 65 | |
| 66 | |
| 67 | /** |
nothing calls this directly
no test coverage detected