mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
Fix misleading JavaDoc in QuestController.java.
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user