TestClassInModuleC.java revision 3831:209b0eab0e1f
1253512Sadrian/*
2253512Sadrian * Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
3253512Sadrian * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4256585Sadrian *
5256585Sadrian * This code is free software; you can redistribute it and/or modify it
6256585Sadrian * under the terms of the GNU General Public License version 2 only, as
7256585Sadrian * published by the Free Software Foundation.  Oracle designates this
8256585Sadrian * particular file as subject to the "Classpath" exception as provided
9256585Sadrian * by Oracle in the LICENSE file that accompanied this code.
10256585Sadrian *
11256585Sadrian * This code is distributed in the hope that it will be useful, but WITHOUT
12256585Sadrian * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13256585Sadrian * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
14256585Sadrian * version 2 for more details (a copy is included in the LICENSE file that
15256585Sadrian * accompanied this code).
16256585Sadrian *
17262432Sadrian * You should have received a copy of the GNU General Public License version
18262432Sadrian * 2 along with this work; if not, write to the Free Software Foundation,
19262432Sadrian * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
20262432Sadrian *
21262432Sadrian * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
22262432Sadrian * or visit www.oracle.com if you need additional information or have any
23262432Sadrian * questions.
24256585Sadrian */
25262515Sadrianpackage testpkgmdlC;
26262432Sadrian
27262515Sadrianpublic class TestClassInModuleC {
28262515Sadrian    public void testMethodClassModuleC() { }
29262515Sadrian}
30262515Sadrian