This is the mail archive of the kawa@sources.redhat.com mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Mistyping


In require.java
at line 20
 throw new WrappedException("canot find module "+typeName, ex);
should be
 throw new WrappedException("cannot find module "+typeName, ex);

I know it is not important, but if I don't tell it now, I will forget to
tell it


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]