mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-20 18:24:49 +08:00
style: enable RedundantModifier
in checkstyle (#5140)
This commit is contained in:
@ -19,7 +19,7 @@ public class JobSequencing {
|
||||
return otherJob.profit - this.profit;
|
||||
}
|
||||
|
||||
public Job(char id, int deadline, int profit) {
|
||||
Job(char id, int deadline, int profit) {
|
||||
this.id = id;
|
||||
this.deadline = deadline;
|
||||
this.profit = profit;
|
||||
|
Reference in New Issue
Block a user