aboutsummaryrefslogtreecommitdiff
path: root/src/lombok/eclipse/EclipseNode.java
AgeCommit message (Collapse)Author
2009-10-16Fixed issue #24 by refactoring the AST.Node class - taken it out, and in the ↵Reinier Zwitserloot
process fixed a lot of type annoyance by adding more generics. Also changed coding style from for/while/if/switch/catch/do ( expr ) {} to for (expr) {}, hence the changes _everywhere_.