This commit is contained in:
Timo Westkämper 2011-03-09 09:15:52 +00:00
parent 402f3c5cc6
commit 1a5da4ffa0

View File

@ -73,7 +73,6 @@ public final class JavaWriter extends AbstractCodeWriter<JavaWriter>{
private final Set<String> packages = new HashSet<String>();
// private Type type;
private final Stack<Type> types = new Stack<Type>();
public JavaWriter(Appendable appendable){