Author: nextgens
Date: 2006-12-13 20:53:44 +0000 (Wed, 13 Dec 2006)
New Revision: 11382
Modified:
trunk/freenet/test/freenet/crypt/DSAGroupGeneratorTest.java
Log:
Doh!
Modified: trunk/freenet/test/freenet/crypt/DSAGroupGeneratorTest.java
===================================================================
--- trunk/freenet/test/freenet/crypt/DSAGroupGeneratorTest.java 2006-12-13
20:37:43 UTC (rev 11381)
+++ trunk/freenet/test/freenet/crypt/DSAGroupGeneratorTest.java 2006-12-13
20:53:44 UTC (rev 11382)
@@ -13,7 +13,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-package test.freenet.crypt;
+package freenet.crypt;
import java.math.BigInteger;
@@ -23,7 +23,7 @@
/**
* Test case for the {@link freenet.crypt.DSAGroupGeneratorTest} class.
*
- * @author Florent Daigni;egrave;re >nextgens at freenetproject.org>
+ * @author Florent Daignière >nextgens at freenetproject.org>
*/
public class DSAGroupGeneratorTest extends TestCase {