C2.java revision 3233:b5d08bc0d224
142580Speter/*
2141862Sgshapiro * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved.
364565Sgshapiro * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
438032Speter *
538032Speter * This code is free software; you can redistribute it and/or modify it
638032Speter * under the terms of the GNU General Public License version 2 only, as
738032Speter * published by the Free Software Foundation.
838032Speter *
938032Speter * This code is distributed in the hope that it will be useful, but WITHOUT
1038032Speter * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11102533Sgshapiro * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
12102533Sgshapiro * version 2 for more details (a copy is included in the LICENSE file that
1338032Speter * accompanied this code).
1438032Speter *
1590795Sgshapiro * You should have received a copy of the GNU General Public License version
1690795Sgshapiro * 2 along with this work; if not, write to the Free Software Foundation,
1790795Sgshapiro * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
18141862Sgshapiro *
1964565Sgshapiro * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
2064565Sgshapiro * or visit www.oracle.com if you need additional information or have any
2190795Sgshapiro * questions.
2238032Speter */
23141862Sgshapiro
2438032Speterpackage pkg1;
2590795Sgshapiro
2690795Sgshapiro/**
2790795Sgshapiro *This is a description for C2.
2890795Sgshapiro */
2990795Sgshapiro
3090795Sgshapiropublic class C2  {
3190795Sgshapiro
3290795Sgshapiro    public static final int I = 1;
33120259Sgshapiro
3490795Sgshapiro}
3590795Sgshapiro