src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/ElementValue.java
changeset 55496 8e0ae3830fca
parent 47216 71c04702a3d5
equal deleted inserted replaced
55495:badfa812b82a 55496:8e0ae3830fca
     1 /*
     1 /*
     2  * reserved comment block
     2  * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT REMOVE OR ALTER!
       
     4  */
     3  */
     5 /*
     4 /*
     6  * Licensed to the Apache Software Foundation (ASF) under one or more
     5  * Licensed to the Apache Software Foundation (ASF) under one or more
     7  * contributor license agreements.  See the NOTICE file distributed with
     6  * contributor license agreements.  See the NOTICE file distributed with
     8  * this work for additional information regarding copyright ownership.
     7  * this work for additional information regarding copyright ownership.
    26 import java.io.IOException;
    25 import java.io.IOException;
    27 
    26 
    28 /**
    27 /**
    29  * @version $Id: ElementValue
    28  * @version $Id: ElementValue
    30  * @since 6.0
    29  * @since 6.0
       
    30  * @LastModified: Jun 2019
    31  */
    31  */
    32 public abstract class ElementValue
    32 public abstract class ElementValue
    33 {
    33 {
    34     private final int type;
    34     private final int type;
    35 
    35