Skip to content

Commit

Permalink
Include javadoc stub in System file template
Browse files Browse the repository at this point in the history
  • Loading branch information
Quinn Roberts committed Jul 3, 2018
1 parent bad1f30 commit 0a9e831
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions fileTemplates/System.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
import org.terasology.entitySystem.systems.BaseComponentSystem;
import org.terasology.entitySystem.systems.RegisterSystem;

/**
*
*/
@RegisterSystem
public class ${NAME} extends BaseComponentSystem {

Expand Down

0 comments on commit 0a9e831

Please sign in to comment.