test/tools/jdeps/p/SubClass.java

Thu, 22 Dec 2016 16:21:25 -0800

author
asaha
date
Thu, 22 Dec 2016 16:21:25 -0800
changeset 3347
46a7edb68d0a
parent 2802
6b43535fb9f8
permissions
-rw-r--r--

Merge

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 p;
mchung@2802 25
mchung@2802 26 // SubClass only references types in package p
mchung@2802 27 public class SubClass extends C {
mchung@2802 28 }

mercurial