]> source.dussan.org Git - jackcess.git/commitdiff
fix some comments
authorJames Ahlborn <jtahlborn@yahoo.com>
Thu, 17 Jan 2008 03:19:46 +0000 (03:19 +0000)
committerJames Ahlborn <jtahlborn@yahoo.com>
Thu, 17 Jan 2008 03:19:46 +0000 (03:19 +0000)
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@216 f203690c-595d-4dc9-a70b-905162fa7fd2

src/java/com/healthmarketscience/jackcess/UsageMap.java

index 00d87c745083fe76aa1446bd250352a047312859..c0bbd8bc6141a6ef79fa548524fc188899ff946f 100644 (file)
@@ -401,10 +401,11 @@ public class UsageMap
   }
 
   /**
-   * Usage map whose map is written inline in the same page.  This type of map
-   * can contain a maximum of 512 pages, and is always used for free space
-   * maps.  It has a start page, which all page numbers in its map are
-   * calculated as starting from.
+   * Usage map whose map is written inline in the same page.  For Jet4, this
+   * type of map can contain a maximum of 512 pages.  Free space maps are
+   * always inline, used space maps may be inline or reference.  It has a
+   * start page, which all page numbers in its map are calculated as starting
+   * from.
    * @author Tim McCune
    */
   private class InlineHandler extends Handler
@@ -601,9 +602,9 @@ public class UsageMap
 
   /**
    * Usage map whose map is written across one or more entire separate pages
-   * of page type USAGE_MAP.  This type of map can contain 32736 pages per
-   * reference page, and a maximum of 16 reference map pages for a total
-   * maximum of 523776 pages (2 GB).
+   * of page type USAGE_MAP.  For Jet4, this type of map can contain 32736
+   * pages per reference page, and a maximum of 17 reference map pages for a
+   * total maximum of 556512 pages (2 GB).
    * @author Tim McCune
    */
   private class ReferenceHandler extends Handler