rivescript-java
rivescript-java copied to clipboard
Potential parse bug
Here the code is missing a loop on all the entries of the list within the value of the map or maybe this?
if(entry.getValue().contains(UNDEF_TAG)) {
this.array.remove(entry.getKey());
} else {
this.array.put(entry.getKey(), entry.getValue());
}