mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-06-29 19:46:42 +00:00
Fixes for Codacy;
These fixes are designed to satisfy codacy. However, codacy reports a NPath Complexity of 649, whereas the current, recommended, and standardized threshold is 200. This is caused by FreedomCommand#execute(CommandSender, String, String[]);
This commit is contained in:
@ -133,12 +133,12 @@ public class Punishment implements IConfig
|
||||
this.reason = reason;
|
||||
}
|
||||
|
||||
public Date getIssued_on()
|
||||
public Date getIssuedOn()
|
||||
{
|
||||
return issued_on;
|
||||
}
|
||||
|
||||
public void setIssued_on(Date issued_on)
|
||||
public void setIssuedOn(Date issued_on)
|
||||
{
|
||||
this.issued_on = issued_on;
|
||||
}
|
||||
|
Reference in New Issue
Block a user