From fc1ca779ca20883fba8002862fe5a30b62714e27 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Sat, 30 Jan 2016 15:30:49 -0800 Subject: [PATCH] Fixed comments. --- semver.iml | 2 +- src/main/resources/version.vm | 13 +++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/semver.iml b/semver.iml index 42d20b1..0223ff2 100644 --- a/semver.iml +++ b/semver.iml @@ -1,5 +1,5 @@ - + diff --git a/src/main/resources/version.vm b/src/main/resources/version.vm index 656da09..da53e9c 100644 --- a/src/main/resources/version.vm +++ b/src/main/resources/version.vm @@ -1,4 +1,4 @@ -######################################################################################## +############################################################################## ## ## Available variables: ## @@ -12,19 +12,20 @@ ## $prerelease - The pre-release version. (string) ## $buildmeta - The build metadata version. (string) ## -######################################################################################## +############################################################################## /* - * This file is automatically generated by the Semantic Version Annotation Processor. - * Do not modify this file -- YOUR CHANGES WILL BE ERASED! + * This file is automatically generated. + * Do not modify! -- ALL CHANGES WILL BE ERASED! */ package ${packageName}; import java.util.Date; /** - * This ${className} class provides semantic version information. + * Provides semantic version information. * - * @author Semantic Version Annotation Processor + * @author Semantic Version + * Annotation Processor */ public final class ${className} { private final static String buildmeta = "${buildmeta}";