Api.java revision 3822:d8766c39123a
1135446Strhodes/*
2234010Sdougb * Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
3135446Strhodes * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4135446Strhodes *
5193149Sdougb * This code is free software; you can redistribute it and/or modify it
6135446Strhodes * under the terms of the GNU General Public License version 2 only, as
7135446Strhodes * published by the Free Software Foundation.
8135446Strhodes *
9135446Strhodes * This code is distributed in the hope that it will be useful, but WITHOUT
10135446Strhodes * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11135446Strhodes * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
12135446Strhodes * version 2 for more details (a copy is included in the LICENSE file that
13135446Strhodes * accompanied this code).
14135446Strhodes *
15135446Strhodes * You should have received a copy of the GNU General Public License version
16135446Strhodes * 2 along with this work; if not, write to the Free Software Foundation,
17135446Strhodes * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
18234010Sdougb *
19135446Strhodes * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
20135446Strhodes * or visit www.oracle.com if you need additional information or have any
21135446Strhodes * questions.
22135446Strhodes */
23193149Sdougb
24170222Sdougbpackage api;
25135446Strhodes
26135446Strhodespublic class Api {
27170222Sdougb     public qapi.QApi get() {
28193149Sdougb         return null;
29135446Strhodes     }
30193149Sdougb}
31193149Sdougb