langtools/test/tools/javac/lambda/bridge/template_tests/BridgeMethodsTemplateTest.java
equal
deleted
inserted
replaced
17 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
17 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
18 * |
18 * |
19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
20 * or visit www.oracle.com if you need additional information or have any |
20 * or visit www.oracle.com if you need additional information or have any |
21 * questions. |
21 * questions. |
22 * |
|
23 */ |
22 */ |
|
23 |
24 import java.io.IOException; |
24 import java.io.IOException; |
25 |
25 |
26 import org.testng.annotations.Test; |
26 import org.testng.annotations.Test; |
27 |
27 |
28 /** |
28 /** |