Update Main.java with templates.
This commit is contained in:
parent
441c1c1db7
commit
7e0bd6d370
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue