- CheckStyle.

This commit is contained in:
Chris
2012-03-24 14:50:10 +00:00
parent 2630c9f1ba
commit cc729bcf7c
2 changed files with 8 additions and 10 deletions

View File

@@ -105,7 +105,6 @@ public class QuestController {
return selectedPets.get(slot); return selectedPets.get(slot);
} }
// Cards - class uses data from here // Cards - class uses data from here
/** /**
* Gets the cards. * Gets the cards.
@@ -333,9 +332,8 @@ public class QuestController {
return this.challengesManager; return this.challengesManager;
} }
public QuestPetStorage getPetsStorage() { public QuestPetStorage getPetsStorage() {
if ( this.pets == null ) { if (this.pets == null) {
this.pets = new QuestPetStorage(ForgeProps.getFile(NewConstants.Quest.BAZAAR)); this.pets = new QuestPetStorage(ForgeProps.getFile(NewConstants.Quest.BAZAAR));
} }