Fixed template.

This commit is contained in:
Erik C. Thauvin 2017-04-22 10:01:16 -07:00
parent 4e1c124510
commit 18b236f55c

View file

@ -50,7 +50,7 @@ public final class {{className}} {
*
* @throws UnsupportedOperationException If the constructor is called.
*/
private GeneratedVersion()
private {{className}}()
throws UnsupportedOperationException {
throw new UnsupportedOperationException("Illegal constructor call.");
}