mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 03:38:01 +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.
|
||||
*
|
||||
* @return QuestWorld Format or null.
|
||||
* @return GameFormatQuest or null.
|
||||
*/
|
||||
public GameFormatQuest getWorldFormat() {
|
||||
if (this.model == null || this.model.getWorldId() == null) {
|
||||
|
||||
Reference in New Issue
Block a user