Massive package refactoring
[lgpl/argeo-commons.git] / org.argeo.util / src / org / argeo / util / http / HttpMethod.java
diff --git a/org.argeo.util/src/org/argeo/util/http/HttpMethod.java b/org.argeo.util/src/org/argeo/util/http/HttpMethod.java
deleted file mode 100644 (file)
index 27b4d8f..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-package org.argeo.util.http;
-
-/** Generic HTTP methods. */
-public enum HttpMethod {
-       OPTIONS, //
-       HEAD, //
-       GET, //
-       POST, //
-       PUT, //
-       DELETE, //
-
-       // WebDav
-       PROPFIND, //
-       PROPPATCH, //
-       MKCOL, //
-       MOVE, //
-       COPY, //
-       ;
-}