Reformat source code, new line length for comments (79), some trailing whitespace...
[jFCPlib.git] / src / main / java / net / pterodactylus / fcp / DSAGroup.java
index 4674e66..b9f1fcd 100644 (file)
@@ -21,8 +21,8 @@ package net.pterodactylus.fcp;
 import java.security.interfaces.DSAParams;
 
 /**
- * Container for the DSA group of a peer. A DSA group consists of a base (called
- * “g”), a prime (called “p”) and a subprime (called “q”).
+ * Container for the DSA group of a peer. A DSA group consists of a base
+ * (called “g”), a prime (called “p”) and a subprime (called “q”).
  *
  * @see DSAParams
  * @author David ‘Bombe’ Roden <bombe@freenetproject.org>