neeha has asked for the wisdom of the Perl Monks concerning the following question:
in this case my code replaces to/** * public void method1(); * is deprecated */ public void method1();
it had to actually replace it/*/** * public void method1()*/ */ public void method1();
I dont want to replace anything in the comments and my code reads the entire java file as a single line./** * public void method1(); */ /*public void method1();*/
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: replace java code when not commented
by zer (Deacon) on Mar 28, 2006 at 05:30 UTC | |
by zer (Deacon) on Mar 28, 2006 at 05:51 UTC | |
|
Re: replace java code when not commented
by gube (Parson) on Mar 28, 2006 at 05:41 UTC | |
by zer (Deacon) on Mar 28, 2006 at 05:58 UTC |