Fixed template.
This commit is contained in:
parent
4e1c124510
commit
18b236f55c
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ public final class {{className}} {
|
||||||
*
|
*
|
||||||
* @throws UnsupportedOperationException If the constructor is called.
|
* @throws UnsupportedOperationException If the constructor is called.
|
||||||
*/
|
*/
|
||||||
private GeneratedVersion()
|
private {{className}}()
|
||||||
throws UnsupportedOperationException {
|
throws UnsupportedOperationException {
|
||||||
throw new UnsupportedOperationException("Illegal constructor call.");
|
throw new UnsupportedOperationException("Illegal constructor call.");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue