mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
field made final
This commit is contained in:
@@ -28,7 +28,7 @@ import java.util.Date;
|
||||
*/
|
||||
public abstract class Task {
|
||||
|
||||
public static Task[] EMPTY_ARRAY = new Task[0];
|
||||
public static final Task[] EMPTY_ARRAY = new Task[0];
|
||||
|
||||
/**
|
||||
* Global unique task identifier, e.g. IDEA-00001. It's important that its format is consistent with
|
||||
|
||||
Reference in New Issue
Block a user