< prev index next >

src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/AccessFlags.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.
*** 23,34 **** /** * Super class for all objects that have modifiers like private, final, ... I.e. * classes, fields, and methods. * ! * @version $Id$ ! * @LastModified: Jun 2019 */ public abstract class AccessFlags { private int access_flags; --- 23,33 ---- /** * Super class for all objects that have modifiers like private, final, ... I.e. * classes, fields, and methods. * ! * @LastModified: Jan 2020 */ public abstract class AccessFlags { private int access_flags;
< prev index next >