Author: toad
Date: 2009-02-03 18:18:33 +0000 (Tue, 03 Feb 2009)
New Revision: 25505
Modified:
branches/db4o/freenet/src/freenet/keys/ClientSSKBlock.java
Log:
Key should be final
Modified: branches/db4o/freenet/src/freenet/keys/ClientSSKBlock.java
===================================================================
--- branches/db4o/freenet/src/freenet/keys/ClientSSKBlock.java 2009-02-03
18:18:17 UTC (rev 25504)
+++ branches/db4o/freenet/src/freenet/keys/ClientSSKBlock.java 2009-02-03
18:18:33 UTC (rev 25505)
@@ -26,7 +26,7 @@
/** Has decoded? */
private boolean decoded;
/** Client-key. This contains the decryption key etc. */
- private ClientSSK key;
+ private final ClientSSK key;
/** Compression algorithm from last time tried to decompress. */
private short compressionAlgorithm = -1;
_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs