You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by kr...@apache.org on 2007/03/06 13:27:28 UTC

svn commit: r515102 [5/6] - in /db/derby/code/trunk/java: build/org/apache/derbyBuild/eclipse/ demo/scores/java/client/org/apache/derbyDemo/scores/app/ demo/scores/java/client/org/apache/derbyDemo/scores/data/ demo/scores/java/common/org/apache/derbyDe...

Modified: db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/rts/RealLastIndexKeyScanStatistics.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/rts/RealLastIndexKeyScanStatistics.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/rts/RealLastIndexKeyScanStatistics.java (original)
+++ db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/rts/RealLastIndexKeyScanStatistics.java Tue Mar  6 04:27:05 2007
@@ -40,7 +40,6 @@
 /**
   ResultSetStatistics implemenation for RealLastIndexKeyScanResultSet.
 
-  @author jamie
 
 */
 public class RealLastIndexKeyScanStatistics 

Modified: db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/rts/RealMaterializedResultSetStatistics.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/rts/RealMaterializedResultSetStatistics.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/rts/RealMaterializedResultSetStatistics.java (original)
+++ db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/rts/RealMaterializedResultSetStatistics.java Tue Mar  6 04:27:05 2007
@@ -35,7 +35,6 @@
 /**
   ResultSetStatistics implemenation for MaterializedResultSet.
 
-  @author jerry
 
 */
 public class RealMaterializedResultSetStatistics 

Modified: db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/rts/RealNestedLoopJoinStatistics.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/rts/RealNestedLoopJoinStatistics.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/rts/RealNestedLoopJoinStatistics.java (original)
+++ db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/rts/RealNestedLoopJoinStatistics.java Tue Mar  6 04:27:05 2007
@@ -35,7 +35,6 @@
 /**
   ResultSetStatistics implemenation for NestedLoopJoinResultSet.
 
-  @author jerry
 
 */
 public class RealNestedLoopJoinStatistics 

Modified: db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/rts/RealNestedLoopLeftOuterJoinStatistics.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/rts/RealNestedLoopLeftOuterJoinStatistics.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/rts/RealNestedLoopLeftOuterJoinStatistics.java (original)
+++ db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/rts/RealNestedLoopLeftOuterJoinStatistics.java Tue Mar  6 04:27:05 2007
@@ -35,7 +35,6 @@
 /**
   ResultSetStatistics implemenation for NestedLoopLeftOuterJoinResultSet.
 
-  @author jerry
 
 */
 public class RealNestedLoopLeftOuterJoinStatistics 

Modified: db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/rts/RealNoPutResultSetStatistics.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/rts/RealNoPutResultSetStatistics.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/rts/RealNoPutResultSetStatistics.java (original)
+++ db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/rts/RealNoPutResultSetStatistics.java Tue Mar  6 04:27:05 2007
@@ -32,7 +32,6 @@
 /**
   ResultSetStatistics implemenation for NoPutResultSetImpl.
 
-  @author jerry
 
 */
 abstract class RealNoPutResultSetStatistics 

Modified: db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/rts/RealNoRowsResultSetStatistics.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/rts/RealNoRowsResultSetStatistics.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/rts/RealNoRowsResultSetStatistics.java (original)
+++ db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/rts/RealNoRowsResultSetStatistics.java Tue Mar  6 04:27:05 2007
@@ -34,7 +34,6 @@
 /**
   ResultSetStatistics implemenation for NoPutResultSetImpl.
 
-  @author jerry
 
 */
 abstract class RealNoRowsResultSetStatistics

Modified: db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/rts/RealNormalizeResultSetStatistics.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/rts/RealNormalizeResultSetStatistics.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/rts/RealNormalizeResultSetStatistics.java (original)
+++ db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/rts/RealNormalizeResultSetStatistics.java Tue Mar  6 04:27:05 2007
@@ -35,7 +35,6 @@
 /**
   ResultSetStatistics implemenation for NormalizeResultSet.
 
-  @author jerry
 
 */
 public class RealNormalizeResultSetStatistics 

Modified: db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/rts/RealOnceResultSetStatistics.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/rts/RealOnceResultSetStatistics.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/rts/RealOnceResultSetStatistics.java (original)
+++ db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/rts/RealOnceResultSetStatistics.java Tue Mar  6 04:27:05 2007
@@ -35,7 +35,6 @@
 /**
   ResultSetStatistics implemenation for OnceResultSet.
 
-  @author jerry
 
 */
 public class RealOnceResultSetStatistics 

Modified: db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/rts/RealProjectRestrictStatistics.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/rts/RealProjectRestrictStatistics.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/rts/RealProjectRestrictStatistics.java (original)
+++ db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/rts/RealProjectRestrictStatistics.java Tue Mar  6 04:27:05 2007
@@ -35,7 +35,6 @@
 /**
   ResultSetStatistics implemenation for ProjectRestrictResultSet.
 
-  @author jerry
 
 */
 public class RealProjectRestrictStatistics 

Modified: db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/rts/RealRowResultSetStatistics.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/rts/RealRowResultSetStatistics.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/rts/RealRowResultSetStatistics.java (original)
+++ db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/rts/RealRowResultSetStatistics.java Tue Mar  6 04:27:05 2007
@@ -35,7 +35,6 @@
 /**
   ResultSetStatistics implemenation for RowResultSet.
 
-  @author jerry
 
 */
 public class RealRowResultSetStatistics 

Modified: db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/rts/RealScalarAggregateStatistics.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/rts/RealScalarAggregateStatistics.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/rts/RealScalarAggregateStatistics.java (original)
+++ db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/rts/RealScalarAggregateStatistics.java Tue Mar  6 04:27:05 2007
@@ -35,7 +35,6 @@
 /**
   ResultSetStatistics implemenation for ScalarAggregateResultSet.
 
-  @author jerry
 
 */
 public class RealScalarAggregateStatistics 

Modified: db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/rts/RealScrollInsensitiveResultSetStatistics.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/rts/RealScrollInsensitiveResultSetStatistics.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/rts/RealScrollInsensitiveResultSetStatistics.java (original)
+++ db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/rts/RealScrollInsensitiveResultSetStatistics.java Tue Mar  6 04:27:05 2007
@@ -35,7 +35,6 @@
 /**
   ResultSetStatistics implemenation for ScrollInsensitiveResultSet.
 
-  @author jerry
 
 */
 public class RealScrollInsensitiveResultSetStatistics 

Modified: db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/rts/RealSetOpResultSetStatistics.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/rts/RealSetOpResultSetStatistics.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/rts/RealSetOpResultSetStatistics.java (original)
+++ db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/rts/RealSetOpResultSetStatistics.java Tue Mar  6 04:27:05 2007
@@ -29,7 +29,6 @@
 /**
   ResultSetStatistics implementation for SetOpResultSet.
 
-  @author yip
 
 */
 public class RealSetOpResultSetStatistics 

Modified: db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/rts/RealSortStatistics.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/rts/RealSortStatistics.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/rts/RealSortStatistics.java (original)
+++ db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/rts/RealSortStatistics.java Tue Mar  6 04:27:05 2007
@@ -40,7 +40,6 @@
 /**
   ResultSetStatistics implemenation for SortResultSet.
 
-  @author jerry
 
 */
 public class RealSortStatistics 

Modified: db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/rts/RealTableScanStatistics.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/rts/RealTableScanStatistics.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/rts/RealTableScanStatistics.java (original)
+++ db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/rts/RealTableScanStatistics.java Tue Mar  6 04:27:05 2007
@@ -41,7 +41,6 @@
 /**
   ResultSetStatistics implemenation for TableScanResultSet.
 
-  @author jerry
 
 */
 public class RealTableScanStatistics 

Modified: db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/rts/RealUnionResultSetStatistics.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/rts/RealUnionResultSetStatistics.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/rts/RealUnionResultSetStatistics.java (original)
+++ db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/rts/RealUnionResultSetStatistics.java Tue Mar  6 04:27:05 2007
@@ -35,7 +35,6 @@
 /**
   ResultSetStatistics implemenation for UnionResultSet.
 
-  @author jerry
 
 */
 public class RealUnionResultSetStatistics 

Modified: db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/rts/RealUpdateResultSetStatistics.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/rts/RealUpdateResultSetStatistics.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/rts/RealUpdateResultSetStatistics.java (original)
+++ db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/rts/RealUpdateResultSetStatistics.java Tue Mar  6 04:27:05 2007
@@ -35,7 +35,6 @@
 /**
   ResultSetStatistics implemenation for UpdateResultSet.
 
-  @author jerry
 
 */
 public class RealUpdateResultSetStatistics 

Modified: db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/rts/RealVTIStatistics.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/rts/RealVTIStatistics.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/rts/RealVTIStatistics.java (original)
+++ db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/rts/RealVTIStatistics.java Tue Mar  6 04:27:05 2007
@@ -36,7 +36,6 @@
 /**
   ResultSetStatistics implemenation for VTIResultSet.
 
-  @author jerry
 
 */
 public class RealVTIStatistics 

Modified: db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/rts/ResultSetStatistics.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/rts/ResultSetStatistics.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/rts/ResultSetStatistics.java (original)
+++ db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/rts/ResultSetStatistics.java Tue Mar  6 04:27:05 2007
@@ -28,7 +28,6 @@
  * This interface extends Formatable so that all objects which implement
  * this interface can be easily saved to the database.
  *
- * @author jerry
  */
 public interface ResultSetStatistics 
 {

Modified: db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/rts/RunTimeStatisticsImpl.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/rts/RunTimeStatisticsImpl.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/rts/RunTimeStatisticsImpl.java (original)
+++ db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/rts/RunTimeStatisticsImpl.java Tue Mar  6 04:27:05 2007
@@ -41,7 +41,6 @@
 /**
   RunTimeStatistics implemenation.
 
-  @author jerry
 
 */
 public final class RunTimeStatisticsImpl implements RunTimeStatistics

Modified: db/derby/code/trunk/java/engine/org/apache/derby/impl/store/raw/data/EncryptContainerOperation.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/impl/store/raw/data/EncryptContainerOperation.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/engine/org/apache/derby/impl/store/raw/data/EncryptContainerOperation.java (original)
+++ db/derby/code/trunk/java/engine/org/apache/derby/impl/store/raw/data/EncryptContainerOperation.java Tue Mar  6 04:27:05 2007
@@ -59,7 +59,6 @@
  *	@end_format
  *  </PRE>
  *
- *	@author  Suresh Thalamati
  *  @see Undoable
  */
 public class EncryptContainerOperation implements Undoable

Modified: db/derby/code/trunk/java/engine/org/apache/derby/impl/store/raw/data/EncryptData.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/impl/store/raw/data/EncryptData.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/engine/org/apache/derby/impl/store/raw/data/EncryptData.java (original)
+++ db/derby/code/trunk/java/engine/org/apache/derby/impl/store/raw/data/EncryptData.java Tue Mar  6 04:27:05 2007
@@ -60,7 +60,6 @@
  *   5.	All the old version of  the container (o<cid>.dat) files are removed
  *      after a successful checkpoint with a new key or on a rollback.
  *   
- * 	@author  Suresh Thalamati
  */
 
 public class EncryptData implements PrivilegedAction {

Modified: db/derby/code/trunk/java/engine/org/apache/derby/impl/store/raw/log/ChecksumOperation.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/impl/store/raw/log/ChecksumOperation.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/engine/org/apache/derby/impl/store/raw/log/ChecksumOperation.java (original)
+++ db/derby/code/trunk/java/engine/org/apache/derby/impl/store/raw/log/ChecksumOperation.java Tue Mar  6 04:27:05 2007
@@ -67,7 +67,6 @@
 	@end_format
 	</PRE>
 
-	@author  Suresh Thalamati
 	@see Loggable
 */
 

Modified: db/derby/code/trunk/java/engine/org/apache/derby/jdbc/Driver169.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/jdbc/Driver169.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/engine/org/apache/derby/jdbc/Driver169.java (original)
+++ db/derby/code/trunk/java/engine/org/apache/derby/jdbc/Driver169.java Tue Mar  6 04:27:05 2007
@@ -39,7 +39,6 @@
     WORK IN PROGRESS
 
 
-	@author djd
 */
 
 public class Driver169 extends InternalDriver {

Modified: db/derby/code/trunk/java/engine/org/apache/derby/jdbc/InternalDriver.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/jdbc/InternalDriver.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/engine/org/apache/derby/jdbc/InternalDriver.java (original)
+++ db/derby/code/trunk/java/engine/org/apache/derby/jdbc/InternalDriver.java Tue Mar  6 04:27:05 2007
@@ -54,7 +54,6 @@
 
 /**
 	Abstract factory class and api for JDBC objects.
-	@author djd
 */
 
 public abstract class InternalDriver implements ModuleControl {

Modified: db/derby/code/trunk/java/storeless/org/apache/derby/impl/storeless/EmptyDictionary.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/storeless/org/apache/derby/impl/storeless/EmptyDictionary.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/storeless/org/apache/derby/impl/storeless/EmptyDictionary.java (original)
+++ db/derby/code/trunk/java/storeless/org/apache/derby/impl/storeless/EmptyDictionary.java Tue Mar  6 04:27:05 2007
@@ -64,7 +64,6 @@
 /**
  * DataDictionary implementation that does nothing!
  * Used for the storeless system.
- * @author djd
  *
  */
 public class EmptyDictionary implements DataDictionary, ModuleSupportable {

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/GenerateReport.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/GenerateReport.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/GenerateReport.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/GenerateReport.java Tue Mar  6 04:27:05 2007
@@ -43,7 +43,6 @@
 	Condenses run information down, prints out result stats,
 	and shows details of failures (.diff files).
 
-	@author ames
 **/
 public class GenerateReport {
 

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/TimedProcess.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/TimedProcess.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/TimedProcess.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/TimedProcess.java Tue Mar  6 04:27:05 2007
@@ -26,7 +26,6 @@
  * that forcibly terminates the process if it does not
  * complete within the specified time.
  *
- * @author Phil Lopez
  * 
  */
 public class TimedProcess

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/currentjvm.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/currentjvm.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/currentjvm.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/currentjvm.java Tue Mar  6 04:27:05 2007
@@ -27,7 +27,6 @@
 /**
   <p>This class is for whatever java is in the current classpath
 
-  @author ames
  */
 
 public class currentjvm extends jvm {

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/ibm13.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/ibm13.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/ibm13.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/ibm13.java Tue Mar  6 04:27:05 2007
@@ -27,7 +27,6 @@
 /**
   <p>This class is for IBM's jdk 1.3.
 
-  @author ames
  */
 public class ibm13 extends jvm {
 

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/ibm14.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/ibm14.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/ibm14.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/ibm14.java Tue Mar  6 04:27:05 2007
@@ -27,7 +27,6 @@
 /**
   <p>This class is for IBM's jdk 1.4.
 
-  @author ames
  */
 public class ibm14 extends jvm {
 

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/ibm15.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/ibm15.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/ibm15.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/ibm15.java Tue Mar  6 04:27:05 2007
@@ -27,7 +27,6 @@
 /**
   <p>This class is for IBM's jdk 1.5.
 
-  @author ames
  */
 public class ibm15 extends jvm {
 

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/j9_13.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/j9_13.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/j9_13.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/j9_13.java Tue Mar  6 04:27:05 2007
@@ -29,7 +29,6 @@
 /**
   <p>This class is for IBM's J9 jdk 1.3.
 
-  @author ge
  */
 public class j9_13 extends jvm {
 

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/j9_22.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/j9_22.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/j9_22.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/j9_22.java Tue Mar  6 04:27:05 2007
@@ -29,7 +29,6 @@
 /**
   <p>This class is for IBM's J9 jdk 1.3.1 subset - 2.2
 
-  @author myrna
  */
 public class j9_22 extends jvm {
 

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/j9_foundation.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/j9_foundation.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/j9_foundation.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/j9_foundation.java Tue Mar  6 04:27:05 2007
@@ -27,7 +27,6 @@
 /**
   <p>This class is for IBM's J9 jdk 1.3., foundation class library; v 2.2 (wctme5.7)
 
-  @author mayrna
  */
 public class j9_foundation extends jvm {
 

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/jdk13.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/jdk13.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/jdk13.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/jdk13.java Tue Mar  6 04:27:05 2007
@@ -27,7 +27,6 @@
 /**
   <p>This class is for JDK1.3.
 
-  @author ames
  */
 public class jdk13 extends jvm {
 

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/jdk14.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/jdk14.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/jdk14.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/jdk14.java Tue Mar  6 04:27:05 2007
@@ -27,7 +27,6 @@
 /**
   <p>This class is for JDK1.4.
 
-  @author ames
  */
 public class jdk14 extends jvm {
 

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/jdk15.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/jdk15.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/jdk15.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/jdk15.java Tue Mar  6 04:27:05 2007
@@ -27,7 +27,6 @@
 /**
   <p>This class is for JDK1.5.
 
-  @author ames
  */
 public class jdk15 extends jvm {
 

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/jvm.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/jvm.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/jvm.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/jvm.java Tue Mar  6 04:27:05 2007
@@ -63,7 +63,6 @@
     -Dprop=name       define property; can be specified more than once
   </pre>
 
-  @author ames
  */
 
 

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/demo/RunClassPathTester.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/demo/RunClassPathTester.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/demo/RunClassPathTester.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/demo/RunClassPathTester.java Tue Mar  6 04:27:05 2007
@@ -23,7 +23,6 @@
 
 
 /**
- * @author janet
  **/
 public class RunClassPathTester { 
 

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/AutoloadBooting.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/AutoloadBooting.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/AutoloadBooting.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/AutoloadBooting.java Tue Mar  6 04:27:05 2007
@@ -24,7 +24,6 @@
  * This test is only run embedded because we manually bring the server up and down.
  * </p>
  *
- * @author Rick
  */
 
 package org.apache.derbyTesting.functionTests.tests.jdbc4;

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/BLOBDataModelSetup.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/BLOBDataModelSetup.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/BLOBDataModelSetup.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/BLOBDataModelSetup.java Tue Mar  6 04:27:05 2007
@@ -37,7 +37,6 @@
  *  2. a length (length) field which is the actual size of the BLOB
  *  3. the data field (data), which is the actual BLOB data.
  *
- * @author Andreas Korneliussen
  */
 final public class BLOBDataModelSetup extends BaseJDBCTestSetup
 {

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/BLOBTest.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/BLOBTest.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/BLOBTest.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/BLOBTest.java Tue Mar  6 04:27:05 2007
@@ -34,7 +34,6 @@
 
 /**
  * Tests reading and updating binary large objects (BLOBs).
- * @author Andreas Korneliussen
  */
 final public class BLOBTest extends BaseJDBCTestCase
 {

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/ConcurrencyTest.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/ConcurrencyTest.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/ConcurrencyTest.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/ConcurrencyTest.java Tue Mar  6 04:27:05 2007
@@ -35,7 +35,6 @@
 /**
  * Testing concurrency behaviour in derby when creating the resultsets with
  * different parameters.
- * @author Andreas Korneliussen
  */
 public class ConcurrencyTest extends SURBaseTest {
     

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/LOBTest.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/LOBTest.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/LOBTest.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/LOBTest.java Tue Mar  6 04:27:05 2007
@@ -44,7 +44,6 @@
 import org.apache.derby.tools.JDBCDisplayUtil;
 
 /**
- * @author Jonas S Karlsson
  */
 
 public class LOBTest {

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/ParameterMappingTest.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/ParameterMappingTest.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/ParameterMappingTest.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/ParameterMappingTest.java Tue Mar  6 04:27:05 2007
@@ -46,7 +46,6 @@
 import org.apache.derbyTesting.junit.TestConfiguration;
 
 /**
- * @author kmarsden
  * 
  */
 public class ParameterMappingTest extends BaseJDBCTestCase {

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/SURBaseTest.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/SURBaseTest.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/SURBaseTest.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/SURBaseTest.java Tue Mar  6 04:27:05 2007
@@ -31,7 +31,6 @@
  * Tests of this class needs to be decorated by a DBSetup
  * and SURDataModelSetup.
  * 
- * @author Andreas Korneliussen 
  */
 abstract public class SURBaseTest extends BaseJDBCTestCase {
     

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/SURDataModelSetup.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/SURDataModelSetup.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/SURDataModelSetup.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/SURDataModelSetup.java Tue Mar  6 04:27:05 2007
@@ -37,7 +37,6 @@
 /**
  * This class is a decorator for the Scrollable Updatable Resultset
  * tests.  It sets up a datamodel and populates it with data.
- * @author Andreas Korneliussen
  */
 public class SURDataModelSetup extends BaseJDBCTestSetup
 {  

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/SURQueryMixTest.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/SURQueryMixTest.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/SURQueryMixTest.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/SURQueryMixTest.java Tue Mar  6 04:27:05 2007
@@ -45,7 +45,6 @@
  * scrolling (navigation), updates (using updateXXX() and updateRow() or
  * positioned updates), deletion of records (using deleteRow() or positioned 
  * deletes) of ResultSets.
- * @author Andreas Korneliussen
  */
 public class SURQueryMixTest extends SURBaseTest
 {

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/SURTest.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/SURTest.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/SURTest.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/SURTest.java Tue Mar  6 04:27:05 2007
@@ -35,7 +35,6 @@
 /**
  * Tests for variants of scrollable updatable resultsets.
  *
- * @author Andreas Korneliussen
  */
 public class SURTest extends SURBaseTest {
     

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/ScrollResultSetTest.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/ScrollResultSetTest.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/ScrollResultSetTest.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/ScrollResultSetTest.java Tue Mar  6 04:27:05 2007
@@ -31,7 +31,6 @@
 /**
  * Tests scrollable result sets
  *
- * @author Fernanda Pizzorno
  *
  * Tests:
  * - testNextOnLastRowForwardOnly: tests that the result set is closed when all

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/URCoveringIndexTest.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/URCoveringIndexTest.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/URCoveringIndexTest.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/URCoveringIndexTest.java Tue Mar  6 04:27:05 2007
@@ -32,7 +32,6 @@
  *
  * DERBY-1087
  *
- * @author Fernanda Pizzorno
  */
 public class URCoveringIndexTest extends BaseJDBCTestCase {
     

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/autoGeneratedJdbc30.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/autoGeneratedJdbc30.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/autoGeneratedJdbc30.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/autoGeneratedJdbc30.java Tue Mar  6 04:27:05 2007
@@ -38,7 +38,6 @@
 /**
  * Test the new Auto Generated Keys feature in jdbc 30 for Statement and PreparedStatement.
  *
- * @author mamta
  */
 
 public class autoGeneratedJdbc30 { 

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/checkDataSource30.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/checkDataSource30.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/checkDataSource30.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/checkDataSource30.java Tue Mar  6 04:27:05 2007
@@ -47,7 +47,6 @@
 /**
  * Extends checkDataSource to provide testing of JDBC 3.0 specific
  * methods for the embedded DataSource implementations.
- * @author djd
  *
  */
 public class checkDataSource30 extends checkDataSource

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/checkDriver.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/checkDriver.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/checkDriver.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/checkDriver.java Tue Mar  6 04:27:05 2007
@@ -33,7 +33,6 @@
 import org.apache.derby.tools.JDBCDisplayUtil;
 
 /**
- * @author marsden
  *
  * This test tests java.sql.Driver methods.
  * Right now it just tests acceptsURL and some attributes  

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/connectionJdbc20.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/connectionJdbc20.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/connectionJdbc20.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/connectionJdbc20.java Tue Mar  6 04:27:05 2007
@@ -38,7 +38,6 @@
 
 /**
  *This Program Test getConnection()/getStatement().
- * @author - suresht
  */
 
 public class connectionJdbc20{ 

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/maxfieldsize.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/maxfieldsize.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/maxfieldsize.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/maxfieldsize.java Tue Mar  6 04:27:05 2007
@@ -38,7 +38,6 @@
 /**
  *This Program Test SetMaxFieldsize()/getMaxFieldsize().
  *and the getXXX calls that are affected.
- * @author - suresht
  */
 
 public class maxfieldsize { 

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/metadata.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/metadata.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/metadata.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/metadata.java Tue Mar  6 04:27:05 2007
@@ -45,7 +45,6 @@
  * results match a previously stored "master".  Thus this test cannot actually
  * discern whether it passes or not.
  *
- * @author alan
  */
 
 public class metadata extends metadata_test {

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/nullSQLText.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/nullSQLText.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/nullSQLText.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/nullSQLText.java Tue Mar  6 04:27:05 2007
@@ -40,7 +40,6 @@
  * result set.  Also test comments in SQL text that is
  * passed to an "execute" call.
  *
- * @author peachey
  */
 
 public class nullSQLText { 

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/parameterMetaDataJdbc30.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/parameterMetaDataJdbc30.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/parameterMetaDataJdbc30.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/parameterMetaDataJdbc30.java Tue Mar  6 04:27:05 2007
@@ -39,7 +39,6 @@
  * Test the new class ParameterMetaData in jdbc 30.
  * Testing both callable and prepared statements meta data
  *
- * @author mamta
  */
 
 

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/prepStmtMetaData.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/prepStmtMetaData.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/prepStmtMetaData.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/prepStmtMetaData.java Tue Mar  6 04:27:05 2007
@@ -37,7 +37,6 @@
  * Test of prepared statement getMetaData for statements that don't produce a
  * result set
  *
- * @author peachey
  */
 
 public class prepStmtMetaData { 

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/resultset.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/resultset.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/resultset.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/resultset.java Tue Mar  6 04:27:05 2007
@@ -58,7 +58,6 @@
  * ResultSetMetaData objects returned.
  * 
  * @see org.apache.derbyTesting.functionTests.util.SecurityCheck
- * @author ames
  */
 
 public class resultset {

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/resultsetStream.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/resultsetStream.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/resultsetStream.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/resultsetStream.java Tue Mar  6 04:27:05 2007
@@ -46,7 +46,6 @@
 /**
  * Test of JDBC result set Stream calls.
  *
- * @author djd
  */
 
 

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/savepointJdbc30_JSR169.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/savepointJdbc30_JSR169.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/savepointJdbc30_JSR169.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/savepointJdbc30_JSR169.java Tue Mar  6 04:27:05 2007
@@ -36,7 +36,6 @@
  * Testing both callable and prepared statements meta data
  *
  * Do not put tests in this file that are not compatible with JSR169
- * @author mamta
  */
 
 

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/junitTests/compatibility/CompatibilitySuite.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/junitTests/compatibility/CompatibilitySuite.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/junitTests/compatibility/CompatibilitySuite.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/junitTests/compatibility/CompatibilitySuite.java Tue Mar  6 04:27:05 2007
@@ -26,7 +26,6 @@
  * the accumulator in suite().
  * </p>
  *
- * @author Rick
  */
 
 package org.apache.derbyTesting.functionTests.tests.junitTests.compatibility;

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/junitTests/compatibility/JDBCDriverTest.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/junitTests/compatibility/JDBCDriverTest.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/junitTests/compatibility/JDBCDriverTest.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/junitTests/compatibility/JDBCDriverTest.java Tue Mar  6 04:27:05 2007
@@ -24,7 +24,6 @@
  * servers across Derby version levels and supported VMs.
  * </p>
  *
- * @author Rick
  */
 
 package org.apache.derbyTesting.functionTests.tests.junitTests.compatibility;

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/junitTests/compatibility/Pinger.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/junitTests/compatibility/Pinger.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/junitTests/compatibility/Pinger.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/junitTests/compatibility/Pinger.java Tue Mar  6 04:27:05 2007
@@ -23,7 +23,6 @@
  * Ping the server, waiting till it comes up.
  * </p>
  *
- * @author Rick
  */
 package org.apache.derbyTesting.functionTests.tests.junitTests.compatibility;
 

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/junitTests/derbyNet/CompatibilityTest.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/junitTests/derbyNet/CompatibilityTest.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/junitTests/derbyNet/CompatibilityTest.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/junitTests/derbyNet/CompatibilityTest.java Tue Mar  6 04:27:05 2007
@@ -24,7 +24,6 @@
  * Run the compatibility tests against the embedded server.
  * </p>
  *
- * @author Rick
  */
 package org.apache.derbyTesting.functionTests.tests.junitTests.derbyNet;
 

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/AIjdbc.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/AIjdbc.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/AIjdbc.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/AIjdbc.java Tue Mar  6 04:27:05 2007
@@ -37,7 +37,6 @@
 /**
 	Test execution of JDBC method, isAutoincrement.
 
-	@author manish
  */
 public class AIjdbc
 {

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/CastingTest.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/CastingTest.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/CastingTest.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/CastingTest.java Tue Mar  6 04:27:05 2007
@@ -13,7 +13,6 @@
 import org.apache.derbyTesting.junit.TestConfiguration;
 
 /**
- * @author kmarsden
  *
  */
 public class CastingTest extends BaseJDBCTestCase {

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/ConcurrentImplicitCreateSchema.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/ConcurrentImplicitCreateSchema.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/ConcurrentImplicitCreateSchema.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/ConcurrentImplicitCreateSchema.java Tue Mar  6 04:27:05 2007
@@ -34,7 +34,6 @@
  * where an error occurred if two threads try to create the schema in
  * parallel.
  * 
- * @author oystein.grovlen@sun.com
  */
 
 public class ConcurrentImplicitCreateSchema

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/ShutdownDatabase.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/ShutdownDatabase.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/ShutdownDatabase.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/ShutdownDatabase.java Tue Mar  6 04:27:05 2007
@@ -58,7 +58,6 @@
    </li>
    </ul>
    
-   @author Tomohito Nakayama
 */
 
 import java.sql.Connection;

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/closed.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/closed.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/closed.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/closed.java Tue Mar  6 04:27:05 2007
@@ -43,7 +43,6 @@
 	under other handlers (such as weblogic) may produce different results due
 	to how they cache data and reuse client-side objects.
 
-	@author ames
  */
 public class closed implements Runnable {
 

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/outparams30.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/outparams30.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/outparams30.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/outparams30.java Tue Mar  6 04:27:05 2007
@@ -28,7 +28,6 @@
  * These are moved to this class to enable tests using other procedures
  * in outparams.java to run in J2ME/CDC/FP.
  *   
- * @author deepa
  *
  * TODO To change the template for this generated type comment go to
  * Window - Preferences - Java - Code Style - Code Templates

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/scrollCursors2.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/scrollCursors2.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/scrollCursors2.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/scrollCursors2.java Tue Mar  6 04:27:05 2007
@@ -44,7 +44,6 @@
 /**
  * Test of scroll cursors.
  *
- * @author Jerry Brenner
  */
 
 public class scrollCursors2 { 

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/BackupPathTests.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/BackupPathTests.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/BackupPathTests.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/BackupPathTests.java Tue Mar  6 04:27:05 2007
@@ -41,7 +41,6 @@
  * especially if the backup path refers to another database directory.  
  *
  *
- * @author <a href="mailto:suresh.thalamati@gmail.com">Suresh Thalamati</a>
  * @version 1.0
  */
 

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/LogChecksumRecovery.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/LogChecksumRecovery.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/LogChecksumRecovery.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/LogChecksumRecovery.java Tue Mar  6 04:27:05 2007
@@ -31,7 +31,6 @@
  * and perform some updates after a successfully boot. 
  * This test should be run after the store/LogChecksumSetup.java.
  *
- * @author <a href="mailto:suresh.thalamati@gmail.com">Suresh Thalamati</a>
  * @version 1.0
  * @see LogChecksumSetup
  */

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/LogChecksumRecovery1.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/LogChecksumRecovery1.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/LogChecksumRecovery1.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/LogChecksumRecovery1.java Tue Mar  6 04:27:05 2007
@@ -30,7 +30,6 @@
  * updates statements executed in LogChecksumRecovery.java.
  * This test should be run after the store/LogChecksumRecovery.java.
  *
- * @author <a href="mailto:suresh.thalamati@gmail.com">Suresh Thalamati</a>
  * @version 1.0
  * @see LogChecksumSetup
  * @see LogChecksumRecovery

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/LogChecksumSetup.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/LogChecksumSetup.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/LogChecksumSetup.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/LogChecksumSetup.java Tue Mar  6 04:27:05 2007
@@ -41,7 +41,6 @@
  *             util.corruptio.CorruptDiskStorageFactory
  *  database=jdbc:derby:csf:wombat
  *
- * @author <a href="mailto:suresh.thalamati@gmail.com">Suresh Thalamati</a>
  * @version 1.0
  * @see CorruptibleIo
  */

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/LogDeviceTest.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/LogDeviceTest.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/LogDeviceTest.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/LogDeviceTest.java Tue Mar  6 04:27:05 2007
@@ -33,7 +33,6 @@
 /*
  * This class tests create database with transaction 
  * log at non-default location specified as absolute path.
- * @author <a href="mailto:suresh.thalamati@gmail.com">Suresh Thalamati</a>
  * @version 1.0
  */
 

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/MaxLogNumber.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/MaxLogNumber.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/MaxLogNumber.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/MaxLogNumber.java Tue Mar  6 04:27:05 2007
@@ -35,7 +35,6 @@
  * by setting derby.debug.true=testMaxLogFileNumber in the properties file.
  * In Non debug mode, this tests just acts as a plain log recovery test.
  *
- * @author <a href="mailto:suresh.thalamati@gmail.com">Suresh Thalamati</a>
  * @version 1.0
  */
 

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/MaxLogNumberRecovery.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/MaxLogNumberRecovery.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/MaxLogNumberRecovery.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/MaxLogNumberRecovery.java Tue Mar  6 04:27:05 2007
@@ -31,7 +31,6 @@
  * test does the setup, so it should be run before this test. 
  * In Non debug mode, this tests just acts as a plain log recovery test.
  *
- * @author <a href="mailto:suresh.thalamati@gmail.com">Suresh Thalamati</a>
  * @version 1.0
  * @see MaxLogNumber
  */

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/OnlineBackup.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/OnlineBackup.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/OnlineBackup.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/OnlineBackup.java Tue Mar  6 04:27:05 2007
@@ -30,7 +30,6 @@
  * online backup  in a separate thread. And functions to 
  * create/restore/rollforard recovery from the backup. 
  *
- * @author <a href="mailto:suresh.thalamati@gmail.com">Suresh Thalamati</a>
  * @version 1.0
  */
 

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/OnlineBackupTest1.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/OnlineBackupTest1.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/OnlineBackupTest1.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/OnlineBackupTest1.java Tue Mar  6 04:27:05 2007
@@ -32,7 +32,6 @@
  * This class tests online backup when dml/ddl actions
  * are running in parallel to the backup thread. 
  *
- * @author <a href="mailto:suresh.thalamati@gmail.com">Suresh Thalamati</a>
  * @version 1.0
  */
 

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/OnlineBackupTest3.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/OnlineBackupTest3.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/OnlineBackupTest3.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/OnlineBackupTest3.java Tue Mar  6 04:27:05 2007
@@ -32,7 +32,6 @@
  * This class tests online backup when jar actions
  * are running in parallel to the backup thread. 
  *
- * @author <a href="mailto:suresh.thalamati@gmail.com">Suresh Thalamati</a>
  * @version 1.0
  */
 

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/ReEncryptCrashRecovery.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/ReEncryptCrashRecovery.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/ReEncryptCrashRecovery.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/ReEncryptCrashRecovery.java Tue Mar  6 04:27:05 2007
@@ -43,7 +43,6 @@
  *  
  * In Non debug mode, this tests does not do anything.
  *
- * @author <a href="mailto:suresh.thalamati@gmail.com">Suresh Thalamati</a>
  * @version 1.0
  */
 

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/RecoveryAfterBackup.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/RecoveryAfterBackup.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/RecoveryAfterBackup.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/RecoveryAfterBackup.java Tue Mar  6 04:27:05 2007
@@ -41,7 +41,6 @@
  * present.  This test was made to recreate the problem in DERBY-298.
  * The test should be run after store/RecoveryAfterBackupSetup.java.
  * 
- * @author oystein.grovlen@sun.com
  * @see RecoveryAfterBackupSetup
  */
 public class RecoveryAfterBackup

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/RecoveryAfterBackupSetup.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/RecoveryAfterBackupSetup.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/RecoveryAfterBackupSetup.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/RecoveryAfterBackupSetup.java Tue Mar  6 04:27:05 2007
@@ -33,7 +33,6 @@
  * end without shutting down the database.  The succeeding test,
  * RecoveryAfterBackup, will then do recovery of the database.
  * 
- * @author oystein.grovlen@sun.com
  * @see RecoveryAfterBackup
  */
 

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/TestDiskHashtable.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/TestDiskHashtable.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/TestDiskHashtable.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/TestDiskHashtable.java Tue Mar  6 04:27:05 2007
@@ -53,7 +53,6 @@
  *
  * Created: Wed Feb 09 15:44:12 2005
  *
- * @author <a href="mailto:klebanof@us.ibm.com">Jack Klebanoff</a>
  * @version 1.0
  */
 public class TestDiskHashtable 

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/TestDurabilityProperty.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/TestDurabilityProperty.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/TestDurabilityProperty.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/TestDurabilityProperty.java Tue Mar  6 04:27:05 2007
@@ -62,7 +62,6 @@
  * database booted with derby.system.durability=test set, then shutdown
  * and database booted without derby.system.durability=test
  * 
- * @author Sunitha Kambhampati 
  * @version 1.0
  */
 public class TestDurabilityProperty {

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/TurnsReadOnly.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/TurnsReadOnly.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/TurnsReadOnly.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/TurnsReadOnly.java Tue Mar  6 04:27:05 2007
@@ -46,7 +46,6 @@
  * test directories.  When Java 6 can be used, it will be possible to
  * turn on write access at the end of the test.
  *
- * @author oystein.grovlen@sun.com
  */
 
 public class TurnsReadOnly

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/backupRestore1.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/backupRestore1.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/backupRestore1.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/backupRestore1.java Tue Mar  6 04:27:05 2007
@@ -39,7 +39,6 @@
 /**
  * Test of backup restore through java program JDBC calls.
  * Enhanced the test from bug5229 repro.
- * @author suresht
  */
 
 public class backupRestore1

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/bootLock.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/bootLock.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/bootLock.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/bootLock.java Tue Mar  6 04:27:05 2007
@@ -43,7 +43,6 @@
 
 /**
  *Testing for FileLocks that prevent Derby Double Boot.
- * @author suresht
  */
 
 public class bootLock { 

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/bootLock1.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/bootLock1.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/bootLock1.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/bootLock1.java Tue Mar  6 04:27:05 2007
@@ -37,7 +37,6 @@
 /**
  *Just make a connection to wombat , 
  * Used by bootLock.java to invoke a different jvm and make a connection to wombat 
- * @author suresht
  */
 
 public class bootLock1 { 

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/checkPoint.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/checkPoint.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/checkPoint.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/checkPoint.java Tue Mar  6 04:27:05 2007
@@ -40,7 +40,6 @@
  * If modified time is more than what it was in the last lookup
  * means , we know that checkpoint occured.
  * Other thing that is counted is in this program is number of log switches.
- * @author suresht
  */
 
 public class checkPoint

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/streamingColumn.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/streamingColumn.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/streamingColumn.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/streamingColumn.java Tue Mar  6 04:27:05 2007
@@ -43,7 +43,6 @@
 /**
  * Test of JDBC result set Stream calls.
  *
- * @author djd
  */
 
 public class streamingColumn { 

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/BigDecimalHandler.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/BigDecimalHandler.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/BigDecimalHandler.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/BigDecimalHandler.java Tue Mar  6 04:27:05 2007
@@ -36,7 +36,6 @@
  *  as ResultSet.getBigDecimal(..).
  *  
  * 
- *  * @author deepa
  *
  */
 public class BigDecimalHandler {

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/DerbyJUnitTest.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/DerbyJUnitTest.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/DerbyJUnitTest.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/DerbyJUnitTest.java Tue Mar  6 04:27:05 2007
@@ -25,7 +25,6 @@
  * for re-use by Derby JUnit tests. JUnit tests should extend this class.
  * </p>
  *
- * @author Rick
  */
 
 package org.apache.derbyTesting.functionTests.util;

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/ShortHolder.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/ShortHolder.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/ShortHolder.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/ShortHolder.java Tue Mar  6 04:27:05 2007
@@ -27,7 +27,6 @@
  * This class holds a short.  This class exists for basic testing of
  * user-defined types in JSQL.
  *
- * @author	Jeff Lichtman
  */
 
 public class ShortHolder implements Serializable

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/corruptio/CorruptDiskStorageFactory.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/corruptio/CorruptDiskStorageFactory.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/corruptio/CorruptDiskStorageFactory.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/corruptio/CorruptDiskStorageFactory.java Tue Mar  6 04:27:05 2007
@@ -53,7 +53,6 @@
  * methods in this factory, so they can instrumented to do whatever is 
  * required for testing.
  * 
- * @author <a href="mailto:suresh.thalamati@gmail.com">Suresh Thalamati</a>
  * @version 1.0
  * @see CorruptibleIo
  * @see WritableStorageFactory

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/corruptio/CorruptRandomAccessFile.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/corruptio/CorruptRandomAccessFile.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/corruptio/CorruptRandomAccessFile.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/corruptio/CorruptRandomAccessFile.java Tue Mar  6 04:27:05 2007
@@ -33,7 +33,6 @@
  * Methods in this class functon similar to java.io.RandomAccessFile except
  * when modified to perform the corruptios.
  *
- * @author <a href="mailto:suresh.thalamati@gmail.com">Suresh Thalamati</a>
  * @version 1.0
  * @see java.io.RandomAccessFile
  * @see StorageRandomAccessFile

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/corruptio/CorruptibleIo.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/corruptio/CorruptibleIo.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/corruptio/CorruptibleIo.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/corruptio/CorruptibleIo.java Tue Mar  6 04:27:05 2007
@@ -37,7 +37,6 @@
  * for example a commit will flush the log buffers. Otherwise class garbage 
  * collector can reinitialize the values. 
  * 
- * @author <a href="mailto:suresh.thalamati@gmail.com">Suresh Thalamati</a>
  * @version 1.0
  * @see WritableStorageFactory
  * @see StorageFactory

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/BigDecimalHandler.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/BigDecimalHandler.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/BigDecimalHandler.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/BigDecimalHandler.java Tue Mar  6 04:27:05 2007
@@ -36,7 +36,6 @@
  *  as ResultSet.getBigDecimal(..).
  *  
  * 
- *  * @author deepa
  *
  */
 public class BigDecimalHandler {

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/harness/UnitTest.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/harness/UnitTest.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/harness/UnitTest.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/harness/UnitTest.java Tue Mar  6 04:27:05 2007
@@ -30,7 +30,6 @@
  * <p>
  *
  * @version 0.1
- * @author Ames
  */
 
 

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/lang/EmptyResultSetStatisticsFactory.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/lang/EmptyResultSetStatisticsFactory.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/lang/EmptyResultSetStatisticsFactory.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/lang/EmptyResultSetStatisticsFactory.java Tue Mar  6 04:27:05 2007
@@ -47,7 +47,6 @@
  * This implementation of the protocol is for stubbing out
  * the RunTimeStatistics feature at execution time..
  *
- * @author jerry
  */
 public class EmptyResultSetStatisticsFactory 
 		implements ResultSetStatisticsFactory

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/lang/T_Like.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/lang/T_Like.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/lang/T_Like.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/lang/T_Like.java Tue Mar  6 04:27:05 2007
@@ -38,7 +38,6 @@
 /**
 	@see Like
 
-	@author ames
  */
 public class T_Like extends T_Generic
 {

Modified: db/derby/code/trunk/java/tools/org/apache/derby/impl/tools/ij/ConnectionEnv.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/tools/org/apache/derby/impl/tools/ij/ConnectionEnv.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/tools/org/apache/derby/impl/tools/ij/ConnectionEnv.java (original)
+++ db/derby/code/trunk/java/tools/org/apache/derby/impl/tools/ij/ConnectionEnv.java Tue Mar  6 04:27:05 2007
@@ -38,7 +38,6 @@
 /**
 	To enable multi-user use of ij.Main2
 
-	@author jerry
  */
 class ConnectionEnv {
 	Hashtable sessions = new Hashtable();

Modified: db/derby/code/trunk/java/tools/org/apache/derby/impl/tools/ij/Main.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/tools/org/apache/derby/impl/tools/ij/Main.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/tools/org/apache/derby/impl/tools/ij/Main.java (original)
+++ db/derby/code/trunk/java/tools/org/apache/derby/impl/tools/ij/Main.java Tue Mar  6 04:27:05 2007
@@ -54,7 +54,6 @@
  * This was written to facilitate a test harness for language
  * functionality tests.
  *
- * @author ames
  *
  */
 public class Main {

Modified: db/derby/code/trunk/java/tools/org/apache/derby/impl/tools/ij/Session.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/tools/org/apache/derby/impl/tools/ij/Session.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/tools/org/apache/derby/impl/tools/ij/Session.java (original)
+++ db/derby/code/trunk/java/tools/org/apache/derby/impl/tools/ij/Session.java Tue Mar  6 04:27:05 2007
@@ -39,7 +39,6 @@
 	This is separated out to localize database objects and
 	also group objects by session.
 
-	@author ames
  */
 class Session {
 	static final String DEFAULT_NAME="CONNECTION";

Modified: db/derby/code/trunk/java/tools/org/apache/derby/impl/tools/ij/StatementFinder.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/tools/org/apache/derby/impl/tools/ij/StatementFinder.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/tools/org/apache/derby/impl/tools/ij/StatementFinder.java (original)
+++ db/derby/code/trunk/java/tools/org/apache/derby/impl/tools/ij/StatementFinder.java Tue Mar  6 04:27:05 2007
@@ -43,7 +43,6 @@
 	There are no escaped characters, i.e. "\n" is considered to
 	be two characters, '\' and 'n'.
 
-	@author ames
  */
 
 public class StatementFinder {

Modified: db/derby/code/trunk/java/tools/org/apache/derby/impl/tools/ij/ij.jj
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/tools/org/apache/derby/impl/tools/ij/ij.jj?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/tools/org/apache/derby/impl/tools/ij/ij.jj (original)
+++ db/derby/code/trunk/java/tools/org/apache/derby/impl/tools/ij/ij.jj Tue Mar  6 04:27:05 2007
@@ -95,7 +95,6 @@
 	If there is no object to display, then a null is
 	returned.
 
-	@author ames
  */
 class ij {
 	static final String PROTOCOL_PROPERTY = "ij.protocol";

Modified: db/derby/code/trunk/java/tools/org/apache/derby/impl/tools/ij/ijConnectionResult.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/tools/org/apache/derby/impl/tools/ij/ijConnectionResult.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/tools/org/apache/derby/impl/tools/ij/ijConnectionResult.java (original)
+++ db/derby/code/trunk/java/tools/org/apache/derby/impl/tools/ij/ijConnectionResult.java Tue Mar  6 04:27:05 2007
@@ -26,7 +26,6 @@
 import java.sql.SQLWarning;
 
 /**
- * @author ames
  */
 class ijConnectionResult extends ijResultImpl {
 

Modified: db/derby/code/trunk/java/tools/org/apache/derby/impl/tools/ij/ijException.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/tools/org/apache/derby/impl/tools/ij/ijException.java?view=diff&rev=515102&r1=515101&r2=515102
==============================================================================
--- db/derby/code/trunk/java/tools/org/apache/derby/impl/tools/ij/ijException.java (original)
+++ db/derby/code/trunk/java/tools/org/apache/derby/impl/tools/ij/ijException.java Tue Mar  6 04:27:05 2007
@@ -31,7 +31,6 @@
 	At this time, all messages are hard-coded in this file. A more
 	serviceable solution may need to be found.
 
-	@author ames.
  */
 
 public class ijException extends RuntimeException {