diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2022-04-18 12:51:42 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2022-04-18 12:51:42 +0700 |
commit | ee9d532b1ad6bad267ce2d796f3979074e6122cd (patch) | |
tree | 9e75d82d442121220b93eb1de4288f35eafb79c2 /util | |
parent | 816f585d541f51ab106d67a617cbb01f52169fb0 (diff) | |
download | aspectj-ee9d532b1ad6bad267ce2d796f3979074e6122cd.tar.gz aspectj-ee9d532b1ad6bad267ce2d796f3979074e6122cd.zip |
Make IStateListener.aboutToCompareClasspaths use typed lists
Before, the signature was:
void aboutToCompareClasspaths(
List oldClasspath, List newClasspath);
Now it is:
void aboutToCompareClasspaths(
List<String> oldClasspath, List<String> newClasspath);
AJDT will also use the typed version after generics refactoring.
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'util')
0 files changed, 0 insertions, 0 deletions