< prev index next >

src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/ElementValue.java

Print this page

        

@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved.
+ * 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,13 +23,12 @@
 import java.io.DataInput;
 import java.io.DataOutputStream;
 import java.io.IOException;
 
 /**
- * @version $Id: ElementValue
  * @since 6.0
- * @LastModified: Jun 2019
+ * @LastModified: Jan 2020
  */
 public abstract class ElementValue
 {
     private final int type;
 
< prev index next >