C3.java revision 3170:dc017a37aac5
1142976Sambrisko/*
2142976Sambrisko * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
3142976Sambrisko * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4142976Sambrisko *
5142976Sambrisko * This code is free software; you can redistribute it and/or modify it
6142976Sambrisko * under the terms of the GNU General Public License version 2 only, as
7142976Sambrisko * published by the Free Software Foundation.
8142976Sambrisko *
9142976Sambrisko * This code is distributed in the hope that it will be useful, but WITHOUT
10142976Sambrisko * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11142976Sambrisko * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
12142976Sambrisko * version 2 for more details (a copy is included in the LICENSE file that
13142976Sambrisko * accompanied this code).
14142976Sambrisko *
15142976Sambrisko * You should have received a copy of the GNU General Public License version
16142976Sambrisko * 2 along with this work; if not, write to the Free Software Foundation,
17142976Sambrisko * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
18142976Sambrisko *
19142976Sambrisko * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
20142976Sambrisko * or visit www.oracle.com if you need additional information or have any
21142976Sambrisko * questions.
22142976Sambrisko */
23142976Sambrisko
24142976Sambrisko/** This is class C3, and no package for me please */
25142976Sambriskopublic class C3 {}
26142976Sambrisko
27142976Sambrisko