dbuck@3102: /* dbuck@3102: * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved. dbuck@3102: * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. dbuck@3102: * dbuck@3102: * This code is free software; you can redistribute it and/or modify it dbuck@3102: * under the terms of the GNU General Public License version 2 only, as dbuck@3102: * published by the Free Software Foundation. dbuck@3102: * dbuck@3102: * This code is distributed in the hope that it will be useful, but WITHOUT dbuck@3102: * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or dbuck@3102: * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License dbuck@3102: * version 2 for more details (a copy is included in the LICENSE file that dbuck@3102: * accompanied this code). dbuck@3102: * dbuck@3102: * You should have received a copy of the GNU General Public License version dbuck@3102: * 2 along with this work; if not, write to the Free Software Foundation, dbuck@3102: * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. dbuck@3102: * dbuck@3102: * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA dbuck@3102: * or visit www.oracle.com if you need additional information or have any dbuck@3102: * questions. dbuck@3102: */ dbuck@3102: dbuck@3102: package pkg; dbuck@3102: dbuck@3102: abstract class PackagePrivateBase8143647 { dbuck@3102: public String getX() { dbuck@3102: return "PackagePrivateBase"; dbuck@3102: } dbuck@3102: } dbuck@3102: dbuck@3102: public class PublicDerived8143647 extends PackagePrivateBase8143647 { dbuck@3102: }