Fixed comments.

This commit is contained in:
Erik C. Thauvin 2016-01-30 15:30:49 -08:00
parent b3e4fe630f
commit fc1ca779ca
2 changed files with 8 additions and 7 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<module external.linked.project.id="semver" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="" external.system.module.version="0.9.3-beta" type="JAVA_MODULE" version="4"> <module external.linked.project.id="semver" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="" external.system.module.version="0.9.4-beta" type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="false"> <component name="NewModuleRootManager" inherit-compiler-output="false">
<output url="file://$MODULE_DIR$/build/classes/main" /> <output url="file://$MODULE_DIR$/build/classes/main" />
<output-test url="file://$MODULE_DIR$/build/classes/test" /> <output-test url="file://$MODULE_DIR$/build/classes/test" />

View file

@ -1,4 +1,4 @@
######################################################################################## ##############################################################################
## ##
## Available variables: ## Available variables:
## ##
@ -12,19 +12,20 @@
## $prerelease - The pre-release version. (string) ## $prerelease - The pre-release version. (string)
## $buildmeta - The build metadata version. (string) ## $buildmeta - The build metadata version. (string)
## ##
######################################################################################## ##############################################################################
/* /*
* This file is automatically generated by the Semantic Version Annotation Processor. * This file is automatically generated.
* Do not modify this file -- YOUR CHANGES WILL BE ERASED! * Do not modify! -- ALL CHANGES WILL BE ERASED!
*/ */
package ${packageName}; package ${packageName};
import java.util.Date; import java.util.Date;
/** /**
* This <code>${className}</code> class provides semantic version information. * Provides semantic version information.
* *
* @author Semantic Version Annotation Processor * @author <a href="https://github.com/ethauvin/semver">Semantic Version
* Annotation Processor</a>
*/ */
public final class ${className} { public final class ${className} {
private final static String buildmeta = "${buildmeta}"; private final static String buildmeta = "${buildmeta}";