mrglavas    2004/03/27 20:06:46

  Modified:    java/src/org/apache/xerces/impl/dtd DTDGrammar.java
  Log:
  Removing an obsolete comment.
  
  Revision  Changes    Path
  1.28      +1 -2      xml-xerces/java/src/org/apache/xerces/impl/dtd/DTDGrammar.java
  
  Index: DTDGrammar.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/dtd/DTDGrammar.java,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- DTDGrammar.java   28 Mar 2004 04:05:13 -0000      1.27
  +++ DTDGrammar.java   28 Mar 2004 04:06:46 -0000      1.28
  @@ -2630,7 +2630,6 @@
           /** Associates the given value with the specified key tuple. */
           public void put(String key, int value) {
   
  -            // REVISIT: Why +2? -Ac
               int hash = (key.hashCode() & 0x7FFFFFFF) % HASHTABLE_SIZE;
               Object[] bucket = fHashTable[hash];
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to