Remove redundant JavaDoc in security package
- Remove all JavaDoc in security package that has no additional information than in the code - Reduce visibility of class members where appropriate
This commit is contained in:
@@ -40,17 +40,12 @@ public enum HashAlgorithm {
|
||||
/**
|
||||
* Constructor for HashAlgorithm.
|
||||
*
|
||||
* @param classe Class<?>
|
||||
* @param classe The class of the hash implementation.
|
||||
*/
|
||||
HashAlgorithm(Class<?> classe) {
|
||||
this.classe = classe;
|
||||
}
|
||||
|
||||
/**
|
||||
* Method getclasse.
|
||||
*
|
||||
* @return Class<?>
|
||||
*/
|
||||
public Class<?> getclasse() {
|
||||
return classe;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user