Here is a quick patch to fix the spelling of my name in
some of the regression tests.

Wed Feb 23 13:02:40 CET 2000  Moses DeJong <[EMAIL PROTECTED]>

        * test/regression/BeanBug.java:
        * test/regression/MethodBug.java:
        Fixed spelling of authors name in regression test.


Index: test/regression/BeanBug.java
===================================================================
RCS file: /cvs/kaffe/kaffe/test/regression/BeanBug.java,v
retrieving revision 1.3
diff -u -r1.3 BeanBug.java
--- test/regression/BeanBug.java        1999/02/24 21:53:31     1.3
+++ test/regression/BeanBug.java        2000/02/23 21:24:34
@@ -1,6 +1,6 @@
 /*
  * tests that listener types are properly set and printed.
- * Submitted by Moses Jong <[EMAIL PROTECTED]>
+ * Submitted by Moses DeJong <[EMAIL PROTECTED]>
  */
 import java.lang.reflect.*;
 import java.beans.*;
Index: test/regression/MethodBug.java
===================================================================
RCS file: /cvs/kaffe/kaffe/test/regression/MethodBug.java,v
retrieving revision 1.2
diff -u -r1.2 MethodBug.java
--- test/regression/MethodBug.java      1999/02/12 13:51:09     1.2
+++ test/regression/MethodBug.java      2000/02/23 21:24:34
@@ -1,6 +1,6 @@
 /**
  * test proper behavior of getMethod when passed null.
- * Submitted by Moses Jong <[EMAIL PROTECTED]>
+ * Submitted by Moses DeJong <[EMAIL PROTECTED]>
  */
 import java.lang.reflect.*;
 import java.util.*;

Reply via email to