From: James Ahlborn Date: Tue, 1 Apr 2008 02:02:18 +0000 (+0000) Subject: more comment updates X-Git-Tag: rel_1_1_14~41 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1830cdea4f5b20f251aebc3ab08db404cb56002d;p=jackcess.git more comment updates git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@306 f203690c-595d-4dc9-a70b-905162fa7fd2 --- diff --git a/src/java/com/healthmarketscience/jackcess/Cursor.java b/src/java/com/healthmarketscience/jackcess/Cursor.java index 58eb127..da54d63 100644 --- a/src/java/com/healthmarketscience/jackcess/Cursor.java +++ b/src/java/com/healthmarketscience/jackcess/Cursor.java @@ -54,7 +54,7 @@ import org.apache.commons.logging.LogFactory; *

* Is not thread-safe. * - * @author james + * @author James Ahlborn */ public abstract class Cursor implements Iterable> { diff --git a/src/java/com/healthmarketscience/jackcess/CursorBuilder.java b/src/java/com/healthmarketscience/jackcess/CursorBuilder.java index 57b2f18..043e954 100644 --- a/src/java/com/healthmarketscience/jackcess/CursorBuilder.java +++ b/src/java/com/healthmarketscience/jackcess/CursorBuilder.java @@ -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 */ diff --git a/src/java/com/healthmarketscience/jackcess/RowId.java b/src/java/com/healthmarketscience/jackcess/RowId.java index 06df078..1217538 100644 --- a/src/java/com/healthmarketscience/jackcess/RowId.java +++ b/src/java/com/healthmarketscience/jackcess/RowId.java @@ -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 { diff --git a/src/java/com/healthmarketscience/jackcess/SimpleIndex.java b/src/java/com/healthmarketscience/jackcess/SimpleIndex.java index 2c59fb4..80fa917 100644 --- a/src/java/com/healthmarketscience/jackcess/SimpleIndex.java +++ b/src/java/com/healthmarketscience/jackcess/SimpleIndex.java @@ -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 diff --git a/test/src/java/com/healthmarketscience/jackcess/RelationshipTest.java b/test/src/java/com/healthmarketscience/jackcess/RelationshipTest.java index fe712ba..67ed711 100644 --- a/test/src/java/com/healthmarketscience/jackcess/RelationshipTest.java +++ b/test/src/java/com/healthmarketscience/jackcess/RelationshipTest.java @@ -36,7 +36,7 @@ import junit.framework.TestCase; import static com.healthmarketscience.jackcess.DatabaseTest.*; /** - * @author james + * @author James Ahlborn */ public class RelationshipTest extends TestCase {