> + // This shouldn't really happen. > + InternalError ie = new InternalError(); > + ie.initCause(e); > + throw ie; > } > } Usually people write this in the form.
throw (InternalError) new InternalError().initCause(e); cu Robert _______________________________________________ Classpath-patches mailing list Classpath-patches@gnu.org http://lists.gnu.org/mailman/listinfo/classpath-patches