From dfde3f3d62ee5de17d09195513711fd006cbf270 Mon Sep 17 00:00:00 2001 From: Matt Windsor Date: Fri, 18 Mar 2011 14:01:42 +0000 Subject: Remove duplicate files; begin rewriting server to use Apache HttpCore by using HttpCore Response resources; exception-based error handling introduced for get requests. --- src/uk/org/ury/show/ShowItemProperty.java | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 src/uk/org/ury/show/ShowItemProperty.java (limited to 'src/uk/org/ury/show/ShowItemProperty.java') diff --git a/src/uk/org/ury/show/ShowItemProperty.java b/src/uk/org/ury/show/ShowItemProperty.java deleted file mode 100644 index a722a21..0000000 --- a/src/uk/org/ury/show/ShowItemProperty.java +++ /dev/null @@ -1,26 +0,0 @@ -package uk.org.ury.show; - - -/** - * Enumeration of the parameters that are stored in a ShowItem. - * - * @author Matt Windsor - */ - -public enum ShowItemProperty - { - // Constant SQL identifier - NAME1 ("name1"), - NAME2 ("name2"), - POSITION ("positionid"); - - - public final String sql; - - - private - ShowItemProperty (String sql) - { - this.sql = sql; - } - }; \ No newline at end of file -- cgit v1.2.3