Verison 0.9.3

This commit is contained in:
Erik C. Thauvin 2023-11-13 16:40:07 -08:00
parent f8003c72f0
commit 1090f06fdf
6 changed files with 10 additions and 8 deletions

View file

@ -115,7 +115,7 @@ public class GeneratedVersion {
}
/**
* Sets the file extension. (e.g. {@code .java}
* Sets the file extension. (Default is: {@code .java})
*/
public void setExtension(String extension) {
this.extension = extension;