C.java revision 3981:8be741555fa6
1118611Snjl/*
2118611Snjl * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
3118611Snjl * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4118611Snjl *
5118611Snjl * This code is free software; you can redistribute it and/or modify it
6118611Snjl * under the terms of the GNU General Public License version 2 only, as
7217365Sjkim * published by the Free Software Foundation.
8245582Sjkim *
9118611Snjl * This code is distributed in the hope that it will be useful, but WITHOUT
10118611Snjl * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11217365Sjkim * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
12217365Sjkim * version 2 for more details (a copy is included in the LICENSE file that
13217365Sjkim * accompanied this code).
14217365Sjkim *
15217365Sjkim * You should have received a copy of the GNU General Public License version
16217365Sjkim * 2 along with this work; if not, write to the Free Software Foundation,
17217365Sjkim * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
18217365Sjkim *
19217365Sjkim * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
20217365Sjkim * or visit www.oracle.com if you need additional information or have any
21217365Sjkim * questions.
22217365Sjkim */
23217365Sjkimpackage p;
24217365Sjkim
25118611Snjlclass C {}
26217365Sjkim