mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 12:02:01 -08:00
Made utility classes final to explicitly forbid it's inheritance
This commit is contained in:
parent
f309717616
commit
498c8cf60c
80 changed files with 83 additions and 83 deletions
|
|
@ -7,7 +7,7 @@ import java.security.MessageDigest;
|
|||
/**
|
||||
* @author Loki
|
||||
*/
|
||||
public class ChechsumHelper {
|
||||
public final class ChechsumHelper {
|
||||
|
||||
public static byte[] createChecksum(String filename) throws Exception {
|
||||
InputStream fis = null;
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ import java.util.List;
|
|||
*
|
||||
* @author noxx
|
||||
*/
|
||||
public class FileHelper {
|
||||
public final class FileHelper {
|
||||
|
||||
private FileHelper() {
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue