Fixed comments.
This commit is contained in:
parent
b3e4fe630f
commit
fc1ca779ca
2 changed files with 8 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
<?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">
|
||||
<output url="file://$MODULE_DIR$/build/classes/main" />
|
||||
<output-test url="file://$MODULE_DIR$/build/classes/test" />
|
||||
|
|
|
@ -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 <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} {
|
||||
private final static String buildmeta = "${buildmeta}";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue