interesting. I always did it the other way - use /* */ in code, and // for commenting out blocks :)
If you have an IDE that can prefix every line in a block with '//' to comment it out, it will work regardless of comment style. But for non-IDE users, /**/ is the only efficient way to comment out blocks.
I agree with Patrick completely: let's stick to // comments in code, both to stay consistent with the rest of the codebase and to facilitate commenting out blocks.
_______________________________________________________________________ Notice: This email message, together with any attachments, may contain information of BEA Systems, Inc., its subsidiaries and affiliated entities, that may be confidential, proprietary, copyrighted and/or legally privileged, and is intended solely for the use of the individual or entity named in this message. If you are not the intended recipient, and have received this message in error, please immediately return this by email and then delete it.