docs
This commit is contained in:
parent
18c27a6e9c
commit
7b99df46d0
|
@ -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