< prev index next >

src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/InstructionFactory.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. */ /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. --- 1,7 ---- /* ! * Copyright (c) 2017, 2020, Oracle and/or its affiliates. All rights reserved. */ /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership.
*** 28,41 **** * add your own create methods. * <p> * Note: The static createXXX methods return singleton instances * from the {@link InstructionConst} class. * - * @version $Id$ * @see Const * @see InstructionConst ! * @LastModified: Jun 2019 */ public class InstructionFactory { // N.N. These must agree with the order of Constants.T_CHAR through T_LONG private static final String[] short_names = { --- 28,40 ---- * add your own create methods. * <p> * Note: The static createXXX methods return singleton instances * from the {@link InstructionConst} class. * * @see Const * @see InstructionConst ! * @LastModified: Jan 2020 */ public class InstructionFactory { // N.N. These must agree with the order of Constants.T_CHAR through T_LONG private static final String[] short_names = {
< prev index next >