Update Main.java with templates.

master
Nekojimi 3 years ago
parent 441c1c1db7
commit 7e0bd6d370
  1. 4
      src/main/java/moe/nekojimi/javamaventemplate/Main.java

@ -3,11 +3,11 @@
* To change this template file, choose Tools | Templates * To change this template file, choose Tools | Templates
* and open the template in the editor. * 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 public class Main
{ {

Loading…
Cancel
Save