test/tools/jdeps/q/Gee.java

Mon, 26 Oct 2015 13:23:30 -0700

author
asaha
date
Mon, 26 Oct 2015 13:23:30 -0700
changeset 2999
683b3e7e05a7
parent 2802
6b43535fb9f8
permissions
-rw-r--r--

Added tag jdk8u76-b00 for changeset 10ffafaf5340

mchung@2802 1 /*
mchung@2802 2 * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
mchung@2802 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
mchung@2802 4 *
mchung@2802 5 * This code is free software; you can redistribute it and/or modify it
mchung@2802 6 * under the terms of the GNU General Public License version 2 only, as
mchung@2802 7 * published by the Free Software Foundation.
mchung@2802 8 *
mchung@2802 9 * This code is distributed in the hope that it will be useful, but WITHOUT
mchung@2802 10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
mchung@2802 11 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
mchung@2802 12 * version 2 for more details (a copy is included in the LICENSE file that
mchung@2802 13 * accompanied this code).
mchung@2802 14 *
mchung@2802 15 * You should have received a copy of the GNU General Public License version
mchung@2802 16 * 2 along with this work; if not, write to the Free Software Foundation,
mchung@2802 17 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
mchung@2802 18 *
mchung@2802 19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
mchung@2802 20 * or visit www.oracle.com if you need additional information or have any
mchung@2802 21 * questions.
mchung@2802 22 */
mchung@2802 23
mchung@2802 24 package q;
mchung@2802 25
mchung@2802 26 public class Gee extends p.SubClass {
mchung@2802 27 }

mercurial