Remove unnecessary keyword

This commit is contained in:
Stephane Nicoll
2015-07-09 14:33:01 +02:00
parent f34508ff8a
commit 97634e85ac
20 changed files with 21 additions and 21 deletions

View File

@@ -109,7 +109,7 @@ public final class ChangedFile {
/**
* Change types.
*/
public static enum Type {
public enum Type {
/**
* A new file has been added.

View File

@@ -107,7 +107,7 @@ class Frame {
return new Frame(Type.forCode(firstByte & 0x0F), payload);
}
public static enum Type {
public enum Type {
/**
* Continuation frame.

View File

@@ -47,7 +47,7 @@ public interface FailureHandler {
/**
* Various outcomes for the handler.
*/
public static enum Outcome {
enum Outcome {
/**
* Abort the relaunch.

View File

@@ -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.