aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/java/jopt-simple/src/test/java/joptsimple/examples/Level.java
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/java/jopt-simple/src/test/java/joptsimple/examples/Level.java')
-rw-r--r--third_party/java/jopt-simple/src/test/java/joptsimple/examples/Level.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/third_party/java/jopt-simple/src/test/java/joptsimple/examples/Level.java b/third_party/java/jopt-simple/src/test/java/joptsimple/examples/Level.java
new file mode 100644
index 0000000000..b3d95d4e58
--- /dev/null
+++ b/third_party/java/jopt-simple/src/test/java/joptsimple/examples/Level.java
@@ -0,0 +1,7 @@
+package joptsimple.examples;
+
+public enum Level {
+ WARNING,
+ INFO,
+ DEBUG
+}