Foo.java revision 3233:b5d08bc0d224
1239375Skib/*
2239375Skib * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
3239375Skib * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4239375Skib *
5239375Skib * This code is free software; you can redistribute it and/or modify it
6239375Skib * under the terms of the GNU General Public License version 2 only, as
7239375Skib * published by the Free Software Foundation.
8239375Skib *
9239375Skib * This code is distributed in the hope that it will be useful, but WITHOUT
10239375Skib * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11239375Skib * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
12239375Skib * version 2 for more details (a copy is included in the LICENSE file that
13239375Skib * accompanied this code).
14239375Skib *
15239375Skib * You should have received a copy of the GNU General Public License version
16239375Skib * 2 along with this work; if not, write to the Free Software Foundation,
17239375Skib * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
18239375Skib *
19239375Skib * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
20239375Skib * or visit www.oracle.com if you need additional information or have any
21239375Skib * questions.
22239375Skib */
23239375Skib
24239375Skibpackage pkg;
25239375Skib
26239375Skibpublic class Foo {}
27239375Skib
28239375Skib