]> source.dussan.org Git - aspectj.git/commit
Fixed minor bug here. Lack of 'continue' meant the sequence:
authoraclement <aclement>
Wed, 11 Aug 2004 13:17:43 +0000 (13:17 +0000)
committeraclement <aclement>
Wed, 11 Aug 2004 13:17:43 +0000 (13:17 +0000)
commit0f21863d2428663a84d914b928fba56e8baa8f14
tree0d12e2373c9b4454964a52862c290b2e66eb0727
parent64183c38266114bce7aa60ff743b4b9eda5cbe2d
Fixed minor bug here.  Lack of 'continue' meant the sequence:
: "message";
was being tokenized as:
token<:>  token<message> token<"> token<;>
rather than
token<:>  token<message> token<;>
weaver/src/org/aspectj/weaver/patterns/BasicTokenSource.java