test/tools/jdeps/p/C.java

Sat, 07 Nov 2020 10:30:02 +0800

author
aoqi
date
Sat, 07 Nov 2020 10:30:02 +0800
changeset 3938
93012e2a5d1d
parent 2802
6b43535fb9f8
permissions
-rw-r--r--

Added tag mips-jdk8u275-b01 for changeset eb6ee6a5f2fe

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 public class C {
mchung@2802 27 public String name() {
mchung@2802 28 return "C";
mchung@2802 29 }
mchung@2802 30 }

mercurial