PackageEmptyOrNotFound.java revision 3957:25c52a7a2ef0
1179055Sjfv/*
2171384Sjfv * Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved.
3235528Sjfv * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4171384Sjfv *
5171384Sjfv * This code is free software; you can redistribute it and/or modify it
6171384Sjfv * under the terms of the GNU General Public License version 2 only, as
7171384Sjfv * published by the Free Software Foundation.
8171384Sjfv *
9171384Sjfv * This code is distributed in the hope that it will be useful, but WITHOUT
10171384Sjfv * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11171384Sjfv * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
12171384Sjfv * version 2 for more details (a copy is included in the LICENSE file that
13171384Sjfv * accompanied this code).
14171384Sjfv *
15171384Sjfv * You should have received a copy of the GNU General Public License version
16171384Sjfv * 2 along with this work; if not, write to the Free Software Foundation,
17171384Sjfv * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
18171384Sjfv *
19171384Sjfv * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
20171384Sjfv * or visit www.oracle.com if you need additional information or have any
21171384Sjfv * questions.
22171384Sjfv */
23171384Sjfv
24171384Sjfv// key: compiler.err.package.empty.or.not.found
25171384Sjfv