java commenting out of code
- From: "patrick" <networkone@xxxxxxxxxx>
- Date: Wed, 11 Jan 2006 10:28:08 -0000
I want to comment out this code in java. How should I do it.? Using
JBuilder.
/**
* bla bla bla
*/
void method A()
{
....
}
All the astisisks have to be got rid of first, then enclose with /* and */
I find this tedious.especially with big blocks of code.Is there an easier
way ?
As a result I normally use // to document my methods.
TIA
patrick
.
- Follow-Ups:
- Re: java commenting out of code
- From: Malte Christensen
- Re: java commenting out of code
- From: Alan Krueger
- Re: java commenting out of code
- Prev by Date: Logging from web app but not external jar
- Next by Date: Re: Design patterns using anonymous inner classes
- Previous by thread: Logging from web app but not external jar
- Next by thread: Re: java commenting out of code
- Index(es):
Relevant Pages
|