Update Main.java with templates.

This commit is contained in:
Nekojimi 2021-10-26 23:36:55 +01:00
parent 441c1c1db7
commit 7e0bd6d370
1 changed files with 2 additions and 2 deletions

View File

@ -3,11 +3,11 @@
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package moe.nekojimi.javamaventemplate;
package moe.${REPO_OWNER_LOWER}.${REPO_NAME_LOWER};
/**
*
* @author jim
* @author ${REPO_OWNER_LOWER}
*/
public class Main
{