Update GenericToken specialToken method to obtain only comment tokens
This commit is contained in:
@ -59,7 +59,7 @@ public class Token implements GenericToken, java.io.Serializable]]></replacevalu
|
||||
}
|
||||
|
||||
@Override
|
||||
public GenericToken getPreviousSpecialGenericToken() {
|
||||
public GenericToken getPreviousComment() {
|
||||
return specialToken;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user