I1.java revision 3233:b5d08bc0d224
1173362Sbenjsc/*
2173362Sbenjsc * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved.
3173362Sbenjsc * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4173362Sbenjsc *
5173362Sbenjsc * This code is free software; you can redistribute it and/or modify it
6173362Sbenjsc * under the terms of the GNU General Public License version 2 only, as
7173362Sbenjsc * published by the Free Software Foundation.
8173362Sbenjsc *
9173362Sbenjsc * This code is distributed in the hope that it will be useful, but WITHOUT
10173362Sbenjsc * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11173362Sbenjsc * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
12173362Sbenjsc * version 2 for more details (a copy is included in the LICENSE file that
13173362Sbenjsc * accompanied this code).
14173362Sbenjsc *
15173362Sbenjsc * You should have received a copy of the GNU General Public License version
16173362Sbenjsc * 2 along with this work; if not, write to the Free Software Foundation,
17173362Sbenjsc * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
18173362Sbenjsc *
19173362Sbenjsc * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
20173362Sbenjsc * or visit www.oracle.com if you need additional information or have any
21173362Sbenjsc * questions.
22173362Sbenjsc */
23173362Sbenjsc
24173362Sbenjscpackage pkg;
25173362Sbenjsc
26173362Sbenjsc/**
27173362Sbenjsc * Here's the <a href="mailto:skeet@pobox.com">first</a>
28173362Sbenjsc * and here's the <a href="http://www.pobox.com">second</a>.
29173362Sbenjsc */
30218909Sbrucecpublic interface I1 {}
31173362Sbenjsc