Api.java revision 3740:d3dde3f775b8
1189140Sdas/*
2189140Sdas * Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
3189140Sdas * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4189140Sdas *
5189140Sdas * This code is free software; you can redistribute it and/or modify it
6189140Sdas * under the terms of the GNU General Public License version 2 only, as
7189140Sdas * published by the Free Software Foundation.
8189140Sdas *
9189140Sdas * This code is distributed in the hope that it will be useful, but WITHOUT
10189140Sdas * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11189140Sdas * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
12189140Sdas * version 2 for more details (a copy is included in the LICENSE file that
13189140Sdas * accompanied this code).
14189140Sdas *
15189140Sdas * You should have received a copy of the GNU General Public License version
16189140Sdas * 2 along with this work; if not, write to the Free Software Foundation,
17189140Sdas * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
18189140Sdas *
19189140Sdas * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
20189140Sdas * or visit www.oracle.com if you need additional information or have any
21189140Sdas * questions.
22189140Sdas */
23189140Sdas
24189140Sdaspackage api;
25189140Sdas
26189140Sdaspublic class Api {
27189140Sdas}
28189140Sdas