Code Refactor - Whitespace Refactor
This commit is contained in:
@@ -24,14 +24,14 @@ package fr.xephi.authme.security.pbkdf2;
|
||||
* </p>
|
||||
* <p>
|
||||
* For Details, see <a
|
||||
* href="http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html">http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html</a>.
|
||||
* href="http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html"
|
||||
* >http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html</a>.
|
||||
* </p>
|
||||
*
|
||||
* @author Matthias Gärtner
|
||||
* @version 1.0
|
||||
*/
|
||||
public interface PRF
|
||||
{
|
||||
public interface PRF {
|
||||
/**
|
||||
* Initialize this instance with the user-supplied password.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user