On Tue, Feb 25, 2003 at 02:51:38PM -0500, bdonlan wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On Tuesday 25 February 2003 12:11 am, Matthew Toseland wrote: > > On Mon, Feb 24, 2003 at 09:24:25PM -0500, Bryan Donlan wrote: > > > -----BEGIN PGP SIGNED MESSAGE----- > > > Hash: SHA1 > > > > > > On Monday 24 February 2003 09:01 pm, Matthew Toseland wrote: > > > > Update of /cvsroot/freenet/freenet/src/freenet/transport > > > > In directory sc8-pr-cvs1:/tmp/cvs-serv5789/src/freenet/transport > > > > > > > > Modified Files: > > > > tcpTransport.java > > > > Log Message: > > > > fix routing! > > > > > > [snip] > > > > > > > --- 136,143 ---- > > > > return false; > > > > > > > > + return true; > > > > > > Methinks the return true; would have no effect. > > > > Read the line above :) > > Yes. return false;. The only thing in between is whitespace.
Read THE FILE. Read the line above "return false". Hint: indenting.
Further hint: Java regards unreachable code as an ERROR. For example:
boolean blah() {
return false;
return true;
}
will NOT compile on most java compilers.
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.2.1 (GNU/Linux)
>
> iD8DBQE+W8lKx533NjVSos4RAtI5AKCkzwKD/hbOektIbYRBRkkF6T2GLwCgp/QW
> pexJQDQ0Occ560OiLP0DrJk=
> =JDzu
> -----END PGP SIGNATURE-----
>
> _______________________________________________
> devl mailing list
> [EMAIL PROTECTED]
> http://hawk.freenetproject.org:8080/cgi-bin/mailman/listinfo/devl
>
--
Matthew Toseland
[EMAIL PROTECTED]/[EMAIL PROTECTED]
Full time freenet hacker.
http://freenetproject.org/
Freenet Distribution Node (temporary) at
http://80-192-4-23.cable.ubr09.na.blueyonder.co.uk:8889/z17ZFflIZ3E/
ICTHUS.
pgp00000.pgp
Description: PGP signature
