01: package jsint;
02:
03: import java.io.PrintWriter;
04:
05: /**
06: This is just a shadow class so that code using jsint.SI will still
07: work. The preferred method is to use the Class jscheme.JS.
08: **/
09: publicclass SI extendsjscheme.JS {
10:
11: }