docs
This commit is contained in:
parent
aba4e5167e
commit
224090dfec
|
@ -269,6 +269,7 @@ public class VariableRegistry {
|
|||
data.put(key, value);
|
||||
}
|
||||
|
||||
@Nullable
|
||||
public String get(Object key) {
|
||||
return data.get(key);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue