< prev index next >

src/java.xml/share/classes/com/sun/org/apache/xerces/internal/util/SymbolHash.java

Print this page

        

@@ -1,8 +1,7 @@
 /*
  * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
- * @LastModified: Nov 2017
  */
 /*
  * 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.

@@ -27,10 +26,11 @@
  * to Object mapping.
  * <p>
  * The hash code uses the same algorithm as SymbolTable class.
  *
  * @author Elena Litani
+ * @LastModified: Nov 2017
  */
 public class SymbolHash {
 
     //
     // Constants
< prev index next >