aboutsummaryrefslogtreecommitdiff
path: root/src/uk/org/ury/server/protocol/Directive.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/uk/org/ury/server/protocol/Directive.java')
-rw-r--r--src/uk/org/ury/server/protocol/Directive.java18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/uk/org/ury/server/protocol/Directive.java b/src/uk/org/ury/server/protocol/Directive.java
deleted file mode 100644
index ce1b8b9..0000000
--- a/src/uk/org/ury/server/protocol/Directive.java
+++ /dev/null
@@ -1,18 +0,0 @@
-/**
- *
- */
-package uk.org.ury.server.protocol;
-
-/**
- * Directives supported by the protocol.
- *
- * @author Matt Windsor
- */
-
-public enum Directive
- {
- INFO, // Information string (can usually be ignored)
- ITEMS, // Item
- STATUS, // Status code (from the enum Status)
- REASON; // Error reason
- }