Some progress toward implementing store(Analysis).
[cfb.git] / prod / net / jaekl / cfb / xml / BugInstance.java
index 4764c1ca5cef826a83bf0e6bf411b891370478c0..ee5bac0474aa3a24e38dcbfae3c8f7b7fb1f1db9 100644 (file)
@@ -3,6 +3,8 @@ package net.jaekl.cfb.xml;
 import java.io.PrintWriter;
 import java.util.ArrayList;
 
+import javax.tools.JavaFileManager.Location;
+
 import org.xml.sax.Attributes;
 
 import net.jaekl.qd.xml.MissingAttributeException;