You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oro-dev@jakarta.apache.org by Takashi Okamoto <to...@kun.ne.jp> on 2001/12/08 04:02:50 UTC

about Perl5Util.java

Perl5Util.java has a bit bug about sample.

     110  * DataInputStream input;
     111  * PrintStream output;
     112  *
     113  * // Initialization of input and output omitted
     114  * while((line = input.readLine()) != null) {
     115  *     // First find the line with the string we want to substitute because
     116  *     // it is cheaper than blindly substituting each line.
     117  *     if(util.match("/HREF=\"description1.html\"/") {
     118  *        line = util.substitute("s/description1


So the right paren is lacked line 117:

 if(util.match("/HREF=\"description1.html\"/") {
                                              ^
regards.
----
Takashi Okamoto

                                               

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>