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