20 package net.sf.gridarta.model.match;
23 import org.jetbrains.annotations.NotNull;
73 final Comparable<String> actual;
74 if (
name.equals(
"msg")) {
75 final String tmp = gameObject.getMsgText(
true);
76 actual = tmp ==
null ?
"" : tmp;
80 return actual.compareTo(
value);