Author: j16sdiz
Date: 2008-10-24 15:25:36 +0000 (Fri, 24 Oct 2008)
New Revision: 23084
Modified:
trunk/freenet/src/freenet/crypt/RandomSource.java
Log:
remove eclipse warning
Modified: trunk/freenet/src/freenet/crypt/RandomSource.java
===================================================================
--- trunk/freenet/src/freenet/crypt/RandomSource.java 2008-10-24 15:25:16 UTC
(rev 23083)
+++ trunk/freenet/src/freenet/crypt/RandomSource.java 2008-10-24 15:25:36 UTC
(rev 23084)
@@ -10,6 +10,7 @@
*
* @author Scott G. Miller <scgmille at indiana.edu>
*/
+ at SuppressWarnings("serial")
public abstract class RandomSource extends Random {
/**
@@ -79,7 +80,5 @@
* do so when this method is called
*/
public abstract void close();
-
-
}