Fix misleading JavaDoc in QuestController.java.

This commit is contained in:
RumbleBBU
2012-12-30 12:10:44 +00:00
parent 04994cef4a
commit f87b6acb4b

View File

@@ -290,7 +290,7 @@ public class QuestController {
/** /**
* Gets the QuestWorld Format, if any. * Gets the QuestWorld Format, if any.
* *
* @return QuestWorld Format or null. * @return GameFormatQuest or null.
*/ */
public GameFormatQuest getWorldFormat() { public GameFormatQuest getWorldFormat() {
if (this.model == null || this.model.getWorldId() == null) { if (this.model == null || this.model.getWorldId() == null) {