Foo2.java revision 3233:b5d08bc0d224
1652Sjkh/*
233473Sscrappy * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
333473Sscrappy * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4652Sjkh *
533473Sscrappy * This code is free software; you can redistribute it and/or modify it
6652Sjkh * under the terms of the GNU General Public License version 2 only, as
7652Sjkh * published by the Free Software Foundation.
8652Sjkh *
9652Sjkh * This code is distributed in the hope that it will be useful, but WITHOUT
10652Sjkh * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11652Sjkh * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
1233473Sscrappy * version 2 for more details (a copy is included in the LICENSE file that
1333473Sscrappy * accompanied this code).
1433473Sscrappy *
1533473Sscrappy * You should have received a copy of the GNU General Public License version
16652Sjkh * 2 along with this work; if not, write to the Free Software Foundation,
1733473Sscrappy * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
1833473Sscrappy *
1933473Sscrappy * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
2033473Sscrappy * or visit www.oracle.com if you need additional information or have any
2133473Sscrappy * questions.
2233473Sscrappy */
2333473Sscrappy
2433473Sscrappypackage pkg2;
2533473Sscrappy
2633473Sscrappypublic interface Foo2 {}
2733473Sscrappy