mirror of
https://github.com/plexusorg/Plex.git
synced 2025-07-03 08:26:42 +00:00
intellij "code cleanup" just adds final everywhere
This commit is contained in:
@ -4,8 +4,8 @@ import dev.plex.PlexBase;
|
||||
|
||||
public abstract class AbstractService extends PlexBase implements IService
|
||||
{
|
||||
private boolean asynchronous;
|
||||
private boolean repeating;
|
||||
private final boolean asynchronous;
|
||||
private final boolean repeating;
|
||||
|
||||
public AbstractService(boolean repeating, boolean async)
|
||||
{
|
||||
|
Reference in New Issue
Block a user