]> source.dussan.org Git - jackcess.git/commitdiff
no need to be inner class
authorJames Ahlborn <jtahlborn@yahoo.com>
Wed, 26 Mar 2008 03:05:34 +0000 (03:05 +0000)
committerJames Ahlborn <jtahlborn@yahoo.com>
Wed, 26 Mar 2008 03:05:34 +0000 (03:05 +0000)
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@300 f203690c-595d-4dc9-a70b-905162fa7fd2

src/java/com/healthmarketscience/jackcess/Index.java

index b462b779c6d87a21c0ef49761446b9412efa8be5..13e9405de459715132038cd30234391fa8a69f23 100644 (file)
@@ -1553,7 +1553,7 @@ public class Index implements Comparable<Index> {
   /**
    * A single node entry in an index (points to a sub-page in the index)
    */
-  private final class NodeEntry extends Entry {
+  private static final class NodeEntry extends Entry {
 
     /** index page number of the page to which this node entry refers */
     private final int _subPageNumber;