[patch] java.beans.Statement - Take 3
Tom Tromey
tromey@redhat.com
Mon Jun 28 21:36:00 GMT 2004
>>>>> "Jerry" == Jerry Quinn <jlquinn@optonline.net> writes:
Jerry> 2004-06-20 Jerry Quinn <jlquinn@optonline.net>
Jerry> * Makefile.am (awt_java_source_files): Add Statement.java.
Jerry> * Makefile.in: Regenerate.
Jerry> * java/beans/Statement.java: New file.
This looks good to me. Great work writing Mauve tests, btw, I wish
everyone would do this.
Jerry> + public void execute() throws Exception { doExecute(); }
We don't usually have single-line methods like this, instead the body
has to be treated like any other method body. Could you make this
change? You don't have to re-submit the patch, just make the edit and
check it in.
Tom
More information about the Java-patches
mailing list