diff options
author | Matt Windsor <mattwindsor@btinternet.com> | 2011-03-18 14:01:42 +0000 |
---|---|---|
committer | Matt Windsor <mattwindsor@btinternet.com> | 2011-03-18 14:01:42 +0000 |
commit | dfde3f3d62ee5de17d09195513711fd006cbf270 (patch) | |
tree | 0fb70b0f75927a03daa8ad8ddc218f6e657e6d66 /src/uk/org/ury/library/LibraryItem.java | |
parent | b6831f847f93622a64f1b776bc3cf62befddab98 (diff) |
Remove duplicate files; begin rewriting server to use Apache HttpCore by using HttpCore Response resources; exception-based error handling introduced for get requests.
Diffstat (limited to 'src/uk/org/ury/library/LibraryItem.java')
-rw-r--r-- | src/uk/org/ury/library/LibraryItem.java | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/src/uk/org/ury/library/LibraryItem.java b/src/uk/org/ury/library/LibraryItem.java deleted file mode 100644 index 6156bab..0000000 --- a/src/uk/org/ury/library/LibraryItem.java +++ /dev/null @@ -1,27 +0,0 @@ -/** - * - */ -package uk.org.ury.library; - - -import java.util.Map; - -import uk.org.ury.database.DatabaseItem; -import uk.org.ury.library.LibraryItemProperty; - - -/** - * An item in the URY library. - * - * @author Matt Windsor - */ - -public class LibraryItem extends DatabaseItem<LibraryItemProperty, - String> -{ - public - LibraryItem (Map<LibraryItemProperty, String> properties) - { - super (properties); - } -}
\ No newline at end of file |