TestInterfaceInModuleB.java revision 3822:d8766c39123a
17139Sbde/*
27139Sbde * Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
37139Sbde * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
47139Sbde *
57139Sbde * This code is free software; you can redistribute it and/or modify it
67139Sbde * under the terms of the GNU General Public License version 2 only, as
77139Sbde * published by the Free Software Foundation.  Oracle designates this
87139Sbde * particular file as subject to the "Classpath" exception as provided
97139Sbde * by Oracle in the LICENSE file that accompanied this code.
107139Sbde *
117139Sbde * This code is distributed in the hope that it will be useful, but WITHOUT
127139Sbde * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
137139Sbde * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
147139Sbde * version 2 for more details (a copy is included in the LICENSE file that
157139Sbde * accompanied this code).
167139Sbde *
177139Sbde * You should have received a copy of the GNU General Public License version
187139Sbde * 2 along with this work; if not, write to the Free Software Foundation,
197139Sbde * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
207139Sbde *
217139Sbde * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
227139Sbde * or visit www.oracle.com if you need additional information or have any
237139Sbde * questions.
247139Sbde */
257139Sbdepackage testpkg2mdlB;
267139Sbde
277139Sbdepublic interface TestInterfaceInModuleB {
287139Sbde    void testMethod();
297139Sbde}
307139Sbde