C2.java revision 3233:b5d08bc0d224
1159967Sobrien/*
2159952Sobrien * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved.
3159952Sobrien * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4159967Sobrien *
5159952Sobrien * This code is free software; you can redistribute it and/or modify it
6159952Sobrien * under the terms of the GNU General Public License version 2 only, as
7159952Sobrien * published by the Free Software Foundation.
8159952Sobrien *
9159952Sobrien * This code is distributed in the hope that it will be useful, but WITHOUT
10159952Sobrien * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11159952Sobrien * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
12159952Sobrien * version 2 for more details (a copy is included in the LICENSE file that
13159952Sobrien * accompanied this code).
14159952Sobrien *
15159952Sobrien * You should have received a copy of the GNU General Public License version
16159952Sobrien * 2 along with this work; if not, write to the Free Software Foundation,
17159952Sobrien * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
18159952Sobrien *
19159952Sobrien * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
20159952Sobrien * or visit www.oracle.com if you need additional information or have any
21159952Sobrien * questions.
22159952Sobrien */
23159967Sobrien
24159967Sobrienpackage pkg1;
25159952Sobrien
26159967Sobrienpublic class C2{}
27163503Sobrien