[EMAIL PROTECTED] wrote:
- if (vPath.equalsIgnoreCase("META-INF/MANIFEST.MF")) {
+ if ("META-INF/MANIFEST.MF".equalsIgnoreCase(vPath)) {
Magesh,
I've never understood why people do this in Java. Makes the code less "readable" IMHO. What is the justification?
Conor
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
