Mark Wielaard wrote:

> I have merged all the Error and Exception classes with libgcj.

Cool - thanks!

I don't want to sound too picky, but some of the merged classes have incorrect
formatting. For example:

  public NullPointerException()
    {
      super();
    }

The braces for methods, classes, and blocks should not be indented, but rather
alligned with the declaration (admittedly this is probibly still wrong in libgcj
in a few places).

regards

  [ bryce ]



_______________________________________________
Classpath mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/classpath

Reply via email to