Auxiliary.java revision 3740:d3dde3f775b8
1111716Smckusick/*
2111716Smckusick * Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
3111716Smckusick * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4111716Smckusick *
5111716Smckusick * This code is free software; you can redistribute it and/or modify it
6111716Smckusick * under the terms of the GNU General Public License version 2 only, as
7111716Smckusick * published by the Free Software Foundation.
8111716Smckusick *
9111716Smckusick * This code is distributed in the hope that it will be useful, but WITHOUT
10111716Smckusick * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11111716Smckusick * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
12111716Smckusick * version 2 for more details (a copy is included in the LICENSE file that
13111716Smckusick * accompanied this code).
14111716Smckusick *
15111716Smckusick * You should have received a copy of the GNU General Public License version
16111716Smckusick * 2 along with this work; if not, write to the Free Software Foundation,
17111716Smckusick * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
18111716Smckusick *
19111716Smckusick * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
20111716Smckusick * or visit www.oracle.com if you need additional information or have any
21111716Smckusick * questions.
22111716Smckusick */
23111716Smckusick
24111716Smckusickpackage auxiliary;
25111716Smckusick
26111716Smckusickpublic class Auxiliary {
27111716Smckusick    public static api.Api get() { return null; }
28111716Smckusick}
29111716Smckusick