mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
refactor: removed netbeans's auto-generated comments
This commit is contained in:
parent
344ff81a37
commit
8a65b0f149
27 changed files with 33 additions and 33 deletions
|
|
@ -145,7 +145,7 @@ public class ColorPane extends JEditorPane {
|
|||
|
||||
@Override
|
||||
public void setText(String string) {
|
||||
super.setText(string); //To change body of generated methods, choose Tools | Templates.
|
||||
super.setText(string);
|
||||
}
|
||||
|
||||
public void append(String text) {
|
||||
|
|
|
|||
|
|
@ -447,7 +447,7 @@ public class TableModel extends AbstractTableModel implements ICardGrid {
|
|||
if (numberEditable && col == 0) {
|
||||
return true;
|
||||
}
|
||||
return super.isCellEditable(row, col); //To change body of generated methods, choose Tools | Templates.
|
||||
return super.isCellEditable(row, col);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ public class DraftPane extends MagePane {
|
|||
|
||||
@Override
|
||||
public void changeGUISize() {
|
||||
super.changeGUISize(); //To change body of generated methods, choose Tools | Templates.
|
||||
super.changeGUISize();
|
||||
draftPanel1.changeGUISize();
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -304,7 +304,7 @@ public class CountryComboBox extends JComboBox {
|
|||
|
||||
@Override
|
||||
public Object getSelectedItem() {
|
||||
return super.getSelectedItem(); //To change body of generated methods, choose Tools | Templates.
|
||||
return super.getSelectedItem();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue