class finalized. BLD200407121800
authorrkubacki@netbeans.org
Mon, 12 Jul 2004 16:48:41 +0000
changeset 153821e2de1dd1b3
parent 1537 efee1451beaa
child 1539 a4a17e832b90
class finalized.
mdr/src/org/netbeans/mdr/persistence/btreeimpl/btreeindex/SearchResult.java
     1.1 --- a/mdr/src/org/netbeans/mdr/persistence/btreeimpl/btreeindex/SearchResult.java	Mon Jul 12 13:43:07 2004 +0000
     1.2 +++ b/mdr/src/org/netbeans/mdr/persistence/btreeimpl/btreeindex/SearchResult.java	Mon Jul 12 16:48:41 2004 +0000
     1.3 @@ -7,7 +7,7 @@
     1.4   * http://www.sun.com/
     1.5   * 
     1.6   * The Original Code is NetBeans. The Initial Developer of the Original
     1.7 - * Code is Sun Microsystems, Inc. Portions Copyright 1997-2001 Sun
     1.8 + * Code is Sun Microsystems, Inc. Portions Copyright 1997-2004 Sun
     1.9   * Microsystems, Inc. All Rights Reserved.
    1.10   */
    1.11  package org.netbeans.mdr.persistence.btreeimpl.btreeindex;
    1.12 @@ -15,7 +15,7 @@
    1.13  /**
    1.14   * Represents the location of an entry in a Btree.
    1.15   */
    1.16 -class SearchResult extends Object {
    1.17 +final class SearchResult extends Object {
    1.18  
    1.19      boolean 	matched;	/* was it an exact match */
    1.20      int		entryNum;	/* entry # on the page */