Skip to content

Commit

Permalink
[*] remove default template comment on class
Browse files Browse the repository at this point in the history
  • Loading branch information
grimreaper committed May 19, 2019
1 parent 91663f0 commit 8ddc33b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 20 deletions.
5 changes: 0 additions & 5 deletions code/src/java/pcgen/core/SpellProhibitor.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@
import pcgen.core.spell.Spell;
import pcgen.util.enumeration.ProhibitedSpellType;

/**
*
* TODO To change the template for this generated type comment go to Window -
* Preferences - Java - Code Style - Code Templates
*/
public class SpellProhibitor extends ConcretePrereqObject
{

Expand Down
6 changes: 0 additions & 6 deletions code/src/java/pcgen/gui2/util/ScrollablePanel.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
*
*/

/*
* TODO To change the template for this generated file go to
* Window - Preferences - Java - Code Style - Code Templates
*/
package pcgen.gui2.util;

import java.awt.Dimension;
Expand All @@ -32,8 +28,6 @@
/**
* The Class {@code ScrollablePanel} provides a panel which can be
* dynamically built up and displayed in a JScrollPane.
*
*
*/
public class ScrollablePanel extends JPanel implements Scrollable
{
Expand Down
5 changes: 0 additions & 5 deletions code/src/java/pcgen/persistence/lst/DeprecatedToken.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@
*
*/

/*
* TODO To change the template for this generated file go to
* Window - Preferences - Java - Code Style - Code Templates
*/

package pcgen.persistence.lst;

import pcgen.cdom.base.CDOMObject;
Expand Down
4 changes: 0 additions & 4 deletions code/src/java/pcgen/persistence/lst/LstToken.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
*
*/

/*
* TODO To change the template for this generated file go to
* Window - Preferences - Java - Code Style - Code Templates
*/
package pcgen.persistence.lst;

public interface LstToken
Expand Down

0 comments on commit 8ddc33b

Please sign in to comment.