mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
- CheckStyle.
This commit is contained in:
@@ -295,7 +295,7 @@ public class CEditorDraftingProcess extends ACEditorBase<CardPrinted, DeckGroup>
|
||||
}
|
||||
}
|
||||
|
||||
// Fill in gaps
|
||||
// Fill in gaps
|
||||
SwingUtilities.invokeLater(new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
@@ -328,17 +328,17 @@ public class CEditorDraftingProcess extends ACEditorBase<CardPrinted, DeckGroup>
|
||||
VCardCatalog.SINGLETON_INSTANCE.getBtnAdd().setText(CCAddLabel);
|
||||
|
||||
//Re-add tabs
|
||||
if(filtersParent != null)
|
||||
{
|
||||
if (filtersParent != null) {
|
||||
|
||||
filtersParent.addDoc(VFilters.SINGLETON_INSTANCE);
|
||||
}
|
||||
if(deckGenParent != null)
|
||||
{
|
||||
deckGenParent.addDoc(VDeckgen.SINGLETON_INSTANCE);
|
||||
if (deckGenParent != null) {
|
||||
|
||||
deckGenParent.addDoc(VDeckgen.SINGLETON_INSTANCE);
|
||||
}
|
||||
if(allDecksParent != null)
|
||||
{
|
||||
allDecksParent.addDoc(VAllDecks.SINGLETON_INSTANCE);
|
||||
if (allDecksParent != null) {
|
||||
|
||||
allDecksParent.addDoc(VAllDecks.SINGLETON_INSTANCE);
|
||||
}
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user