You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by ki...@apache.org on 2015/12/24 10:51:11 UTC

jena git commit: JENA-1105: fix typos in StoreParams

Repository: jena
Updated Branches:
  refs/heads/master c61c7e237 -> 3ab59fe69


JENA-1105: fix typos in StoreParams


Project: http://git-wip-us.apache.org/repos/asf/jena/repo
Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/3ab59fe6
Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/3ab59fe6
Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/3ab59fe6

Branch: refs/heads/master
Commit: 3ab59fe69d726cc59485fc45e445833fe63de773
Parents: c61c7e2
Author: Bruno P. Kinoshita <br...@yahoo.com.br>
Authored: Thu Dec 24 22:50:48 2015 +1300
Committer: Bruno P. Kinoshita <br...@yahoo.com.br>
Committed: Thu Dec 24 22:50:48 2015 +1300

----------------------------------------------------------------------
 .../src/main/java/org/apache/jena/tdb/setup/StoreParams.java | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/3ab59fe6/jena-tdb/src/main/java/org/apache/jena/tdb/setup/StoreParams.java
----------------------------------------------------------------------
diff --git a/jena-tdb/src/main/java/org/apache/jena/tdb/setup/StoreParams.java b/jena-tdb/src/main/java/org/apache/jena/tdb/setup/StoreParams.java
index b79bfbf..4063f51 100644
--- a/jena-tdb/src/main/java/org/apache/jena/tdb/setup/StoreParams.java
+++ b/jena-tdb/src/main/java/org/apache/jena/tdb/setup/StoreParams.java
@@ -31,11 +31,11 @@ import org.apache.jena.tdb.setup.StoreParamsBuilder.Item ;
  * and some parameters can only be changed at the point the database is
  * created.  
  * <p>
- * Getting paramters settings wrong can destroy a databse.   
+ * Getting parameters settings wrong can destroy a database.   
  * Alternating the block size is not encouraged and should only be
  * done if necessary.  It can silently destroy a database if set
- * to a different value than thatused to create the database.  The
- * default value of 8Kbytes is good for almost use.
+ * to a different value than that used to create the database. The
+ * default value of 8 kilobytes is good for almost use.
  * 
  * @see StoreParamsBuilder  for constructing StoreParams
  * @see StoreParamsConst    for default values. 
@@ -125,7 +125,7 @@ public class StoreParams implements IndexParams, StoreParamsDynamic
     
     /** A {@code StoreParams} that provides a smaller
      * in-JVM foot print.  This is compatible with
-     * any database but it it is wise to use this consistently,
+     * any database but it is wise to use this consistently,
      * that is, use when created and when opened later.
      * It reduces cache sizes and runs the database in "direct"
      * file mode so as not to use memory mapped files