langtools/test/tools/javac/6330997/T6330997.java
changeset 24604 7f68545b5128
parent 22151 cb8daa93eeb1
child 30730 d3ce7619db2c
--- a/langtools/test/tools/javac/6330997/T6330997.java	Fri May 16 10:52:07 2014 +0200
+++ b/langtools/test/tools/javac/6330997/T6330997.java	Sun May 18 19:59:10 2014 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2006, 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2006, 2014, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -36,7 +36,7 @@
 import java.io.*;
 import java.nio.channels.*;
 import com.sun.tools.javac.api.JavacTaskImpl;
-import com.sun.tools.javac.jvm.ClassReader.BadClassFile;
+import com.sun.tools.javac.code.ClassFinder.BadClassFile;
 import com.sun.tools.javac.main.JavaCompiler;
 import javax.tools.ToolProvider;