瀏覽代碼

more comment updates

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@306 f203690c-595d-4dc9-a70b-905162fa7fd2
tags/rel_1_1_14
James Ahlborn 16 年之前
父節點
當前提交
1830cdea4f

+ 1
- 1
src/java/com/healthmarketscience/jackcess/Cursor.java 查看文件

@@ -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>>
{

+ 1
- 1
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 */

+ 1
- 1
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<RowId>
{

+ 1
- 1
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

+ 1
- 1
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 {


Loading…
取消
儲存