syntax docs
parent
747b595a92
commit
61196f79ff
|
@ -49,6 +49,6 @@ public class EndVector extends FactorParsingDefinition
|
||||||
throws FactorParseException
|
throws FactorParseException
|
||||||
{
|
{
|
||||||
reader.append(new FactorArray(
|
reader.append(new FactorArray(
|
||||||
reader.popState(start,word).first));
|
reader.popState(null,word).first));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue