You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tokenizer/src/Tokenizer.java
line 298-299,should be bracketed by an if clouse。
if (!token.isEmpty())
{
....
)
when a token is just '/', this should put an empty string.
The text was updated successfully, but these errors were encountered:
terencezhou
changed the title
When using
Tokenizer.java line 298-299 may put empty string
Oct 25, 2019
tokenizer/src/Tokenizer.java
line 298-299,should be bracketed by an if clouse。
if (!token.isEmpty())
{
....
)
when a token is just '/', this should put an empty string.
The text was updated successfully, but these errors were encountered: