C2.java revision 3233:b5d08bc0d224
141502Swpaul/*
241502Swpaul * Copyright (c) 1999, 2008, Oracle and/or its affiliates. All rights reserved.
341502Swpaul * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
441502Swpaul *
541502Swpaul * This code is free software; you can redistribute it and/or modify it
641502Swpaul * under the terms of the GNU General Public License version 2 only, as
741502Swpaul * published by the Free Software Foundation.
841502Swpaul *
941502Swpaul * This code is distributed in the hope that it will be useful, but WITHOUT
1041502Swpaul * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
1141502Swpaul * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
1241502Swpaul * version 2 for more details (a copy is included in the LICENSE file that
1341502Swpaul * accompanied this code).
1441502Swpaul *
1541502Swpaul * You should have received a copy of the GNU General Public License version
1641502Swpaul * 2 along with this work; if not, write to the Free Software Foundation,
1741502Swpaul * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
1841502Swpaul *
1941502Swpaul * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
2041502Swpaul * or visit www.oracle.com if you need additional information or have any
2141502Swpaul * questions.
2241502Swpaul */
2341502Swpaul
2441502Swpaulpackage pkg2;
2541502Swpaul
2641502Swpaul/**
2741502Swpaul * <B>Comments:</B> Class 2
2841502Swpaul */
2941502Swpaulpublic class C2 {}
3041502Swpaul