classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cp-patches] RE: small bug in new file code


From: Michael Koch
Subject: Re: [cp-patches] RE: small bug in new file code
Date: Thu, 12 Aug 2004 09:10:42 +0200
User-agent: KMail/1.6.2

Am Donnerstag, 12. August 2004 09:00 schrieb Jeroen Frijters:

I'm a nitpicker today but ...

+               while(name.length() > skip &&
+                   (name.charAt(skip) == separatorChar ||
+                   name.charAt(skip) == '/'))

The "&&" and "||" have to go on the next line in front of the code.


Michael




reply via email to

[Prev in Thread] Current Thread [Next in Thread]