- CheckStyle.

This commit is contained in:
Chris
2012-06-18 14:57:58 +00:00
parent ba01eebb6f
commit 9d42c7f7b6

View File

@@ -328,16 +328,16 @@ 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)
{
if (deckGenParent != null) {
deckGenParent.addDoc(VDeckgen.SINGLETON_INSTANCE);
}
if(allDecksParent != null)
{
if (allDecksParent != null) {
allDecksParent.addDoc(VAllDecks.SINGLETON_INSTANCE);
}