One.java revision 0:9a66ca7c79fa
10SN/A/*
214590Sdtitov * Copyright 1997 Sun Microsystems, Inc.  All Rights Reserved.
30SN/A * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
40SN/A *
50SN/A * This code is free software; you can redistribute it and/or modify it
60SN/A * under the terms of the GNU General Public License version 2 only, as
72362SN/A * published by the Free Software Foundation.
80SN/A *
92362SN/A * This code is distributed in the hope that it will be useful, but WITHOUT
100SN/A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
110SN/A * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
120SN/A * version 2 for more details (a copy is included in the LICENSE file that
130SN/A * accompanied this code).
140SN/A *
150SN/A * You should have received a copy of the GNU General Public License version
160SN/A * 2 along with this work; if not, write to the Free Software Foundation,
170SN/A * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
180SN/A *
190SN/A * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
200SN/A * CA 95054 USA or visit www.sun.com if you need additional information or
212362SN/A * have any questions.
222362SN/A */
232362SN/A
240SN/Apackage b;
250SN/A
260SN/Apublic class One {
270SN/A}
280SN/A