mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 10:18:01 +00:00
remove warning
This commit is contained in:
@@ -94,6 +94,7 @@ public class QuestWorld {
|
||||
*/
|
||||
public static final Function<QuestWorld, String> FN_GET_NAME = new Function<QuestWorld, String>() {
|
||||
|
||||
@Override
|
||||
public String apply(QuestWorld arg1) {
|
||||
return arg1.getName();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user