forked from External/mage
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
|
|
@ -33,7 +33,7 @@ import java.util.Date;
|
|||
*
|
||||
* @author LevelX2
|
||||
*/
|
||||
public class DateFormat {
|
||||
public final class DateFormat {
|
||||
|
||||
/**
|
||||
* calculates the duration between two dates and returns a string in the format hhh:mm:ss
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue