Update GenericToken specialToken method to obtain only comment tokens

This commit is contained in:
gonzalo
2017-10-22 21:16:27 -03:00
parent e8fdbdbca4
commit 91b8a22b42
11 changed files with 13 additions and 13 deletions

View File

@ -59,7 +59,7 @@ public class Token implements GenericToken, java.io.Serializable]]></replacevalu
}
@Override
public GenericToken getPreviousSpecialGenericToken() {
public GenericToken getPreviousComment() {
return specialToken;
}