Remove unnecessary keyword
This commit is contained in:
@@ -109,7 +109,7 @@ public final class ChangedFile {
|
||||
/**
|
||||
* Change types.
|
||||
*/
|
||||
public static enum Type {
|
||||
public enum Type {
|
||||
|
||||
/**
|
||||
* A new file has been added.
|
||||
|
||||
@@ -107,7 +107,7 @@ class Frame {
|
||||
return new Frame(Type.forCode(firstByte & 0x0F), payload);
|
||||
}
|
||||
|
||||
public static enum Type {
|
||||
public enum Type {
|
||||
|
||||
/**
|
||||
* Continuation frame.
|
||||
|
||||
@@ -47,7 +47,7 @@ public interface FailureHandler {
|
||||
/**
|
||||
* Various outcomes for the handler.
|
||||
*/
|
||||
public static enum Outcome {
|
||||
enum Outcome {
|
||||
|
||||
/**
|
||||
* Abort the relaunch.
|
||||
|
||||
@@ -90,7 +90,7 @@ public class ClassLoaderFile implements Serializable {
|
||||
/**
|
||||
* The kinds of class load files.
|
||||
*/
|
||||
public static enum Kind {
|
||||
public enum Kind {
|
||||
|
||||
/**
|
||||
* The file has been added since the original JAR was created.
|
||||
|
||||
Reference in New Issue
Block a user