Stuff from the common floobits workspace
Author: AuthMe-Team <AuthMeTeam@123NoEmail.com>
This commit is contained in:
@@ -39,6 +39,7 @@ public enum HashAlgorithm {
|
||||
|
||||
/**
|
||||
* Constructor for HashAlgorithm.
|
||||
*
|
||||
* @param classe Class<?>
|
||||
*/
|
||||
HashAlgorithm(Class<?> classe) {
|
||||
@@ -47,8 +48,9 @@ public enum HashAlgorithm {
|
||||
|
||||
/**
|
||||
* Method getclasse.
|
||||
|
||||
* @return Class<?> */
|
||||
*
|
||||
* @return Class<?>
|
||||
*/
|
||||
public Class<?> getclasse() {
|
||||
return classe;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user