From 18b236f55c9841eba0ce52eb82648c065bd5f136 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Sat, 22 Apr 2017 10:01:16 -0700 Subject: [PATCH] Fixed template. --- src/main/resources/semver.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/semver.mustache b/src/main/resources/semver.mustache index e94a518..947505d 100644 --- a/src/main/resources/semver.mustache +++ b/src/main/resources/semver.mustache @@ -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."); }