Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamZsofi committed Nov 13, 2022
1 parent b553dd6 commit 7a959fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ private boolean isBadLeaf(ArgNode<S, A> node) {
String line=null;
try {
while( (line=bufReader.readLine()) != null ) {
if(line.trim().matches("^\\(__id_.*__.*\strue\\)*$")) transitionFired=true;
if(line.trim().matches("^.*\\(__id_.*__.*\strue\\).*$")) transitionFired=true;
}
} catch (IOException e) {
e.printStackTrace();
Expand Down

0 comments on commit 7a959fd

Please sign in to comment.