From a9f334fde93a0b07820962bff0b602ef0be731cf Mon Sep 17 00:00:00 2001 From: Roel Spilker Date: Tue, 1 Nov 2011 00:13:22 +0100 Subject: Fixed issue 284 now also for java7, introduced more stubbing --- src/stubsstubs/com/sun/tools/javac/tree/JCTree.java | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/stubsstubs/com/sun/tools/javac/tree/JCTree.java (limited to 'src/stubsstubs/com/sun/tools/javac/tree') diff --git a/src/stubsstubs/com/sun/tools/javac/tree/JCTree.java b/src/stubsstubs/com/sun/tools/javac/tree/JCTree.java new file mode 100644 index 00000000..28edf665 --- /dev/null +++ b/src/stubsstubs/com/sun/tools/javac/tree/JCTree.java @@ -0,0 +1,5 @@ +package com.sun.tools.javac.tree; + +public class JCTree { + public static class JCCompilationUnit extends JCTree {} +} -- cgit