mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-26 14:04:17 +08:00
style: enable RedundantModifier
in checkstyle (#5140)
This commit is contained in:
@ -13,7 +13,7 @@ class Process {
|
||||
int burstTime;
|
||||
int priority;
|
||||
|
||||
public Process(String name, int arrivalTime, int burstTime, int priority) {
|
||||
Process(String name, int arrivalTime, int burstTime, int priority) {
|
||||
this.name = name;
|
||||
this.arrivalTime = arrivalTime;
|
||||
this.burstTime = burstTime;
|
||||
|
Reference in New Issue
Block a user