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.
*
* @return QuestWorld Format or null.
* @return GameFormatQuest or null.
*/
public GameFormatQuest getWorldFormat() {
if (this.model == null || this.model.getWorldId() == null) {