mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +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>() {
|
public static final Function<QuestWorld, String> FN_GET_NAME = new Function<QuestWorld, String>() {
|
||||||
|
|
||||||
|
@Override
|
||||||
public String apply(QuestWorld arg1) {
|
public String apply(QuestWorld arg1) {
|
||||||
return arg1.getName();
|
return arg1.getName();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user