]> source.dussan.org Git - jackcess.git/commitdiff
more comment updates
authorJames Ahlborn <jtahlborn@yahoo.com>
Tue, 1 Apr 2008 02:02:18 +0000 (02:02 +0000)
committerJames Ahlborn <jtahlborn@yahoo.com>
Tue, 1 Apr 2008 02:02:18 +0000 (02:02 +0000)
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@306 f203690c-595d-4dc9-a70b-905162fa7fd2

src/java/com/healthmarketscience/jackcess/Cursor.java
src/java/com/healthmarketscience/jackcess/CursorBuilder.java
src/java/com/healthmarketscience/jackcess/RowId.java
src/java/com/healthmarketscience/jackcess/SimpleIndex.java
test/src/java/com/healthmarketscience/jackcess/RelationshipTest.java

index 58eb1272d1da0022ced7b31f49a4b3ae2b7279c8..da54d632bd69e4bf27e783a8fe2cfa55f672b910 100644 (file)
@@ -54,7 +54,7 @@ import org.apache.commons.logging.LogFactory;
  * <p>
  * Is not thread-safe.
  *
- * @author james
+ * @author James Ahlborn
  */
 public abstract class Cursor implements Iterable<Map<String, Object>>
 {  
index 57b2f18d8c58b074de345cb2ff70c94f810b4181..043e9549d49bc88655f2471226291d7a2517dde6 100644 (file)
@@ -40,7 +40,7 @@ import org.apache.commons.lang.ObjectUtils;
  * created at the beginning of the table, and any start/end rows are
  * inclusive.
  *
- * @author james
+ * @author James Ahlborn
  */
 public class CursorBuilder {
   /** the table which the cursor will traverse */
index 06df07887b15154de81aa6c43e16beda95d12781..12175384c78527e85c355cd568a2bf36848e010a 100644 (file)
@@ -33,7 +33,7 @@ import org.apache.commons.lang.builder.CompareToBuilder;
 /**
  * Uniquely identifies a row of data within the access database.
  *
- * @author james
+ * @author James Ahlborn
  */
 public class RowId implements Comparable<RowId>
 {
index 2c59fb4177cb30b81b1945e55bbfdfc22a96cc46..80fa91701d25a1f76fa2f9dcabd4c81d749b5c94 100644 (file)
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2005 Health Market Science, Inc.
+Copyright (c) 2008 Health Market Science, Inc.
 
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
index fe712ba4968762d35e3a43e46cd8a22d2ea5eb93..67ed71146d39d063336f65040c61661b1401cf1a 100644 (file)
@@ -36,7 +36,7 @@ import junit.framework.TestCase;
 import static com.healthmarketscience.jackcess.DatabaseTest.*;
 
 /**
- * @author james
+ * @author James Ahlborn
  */
 public class RelationshipTest extends TestCase {