Null.java revision 8845:4be14673b9bf
1829SN/A/*
27424SN/A * Copyright (c) 2000, Oracle and/or its affiliates. All rights reserved.
3829SN/A * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4829SN/A *
5829SN/A * This code is free software; you can redistribute it and/or modify it
6829SN/A * under the terms of the GNU General Public License version 2 only, as
72362SN/A * published by the Free Software Foundation.  Oracle designates this
8829SN/A * particular file as subject to the "Classpath" exception as provided
92362SN/A * by Oracle in the LICENSE file that accompanied this code.
10829SN/A *
11829SN/A * This code is distributed in the hope that it will be useful, but WITHOUT
12829SN/A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13829SN/A * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
14829SN/A * version 2 for more details (a copy is included in the LICENSE file that
15829SN/A * accompanied this code).
16829SN/A *
17829SN/A * You should have received a copy of the GNU General Public License version
18829SN/A * 2 along with this work; if not, write to the Free Software Foundation,
19829SN/A * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
20829SN/A *
212362SN/A * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
222362SN/A * or visit www.oracle.com if you need additional information or have any
232362SN/A * questions.
24829SN/A */
2515409Sserb
26829SN/A
27829SN/A
28829SN/Apublic class Null {
29829SN/A
30829SN/A    public static void main(String[] args) {
31829SN/A    }
32829SN/A}
33829SN/A