From 425bd35c736b7e1c0dbe5b3f9162e195b3be6018 Mon Sep 17 00:00:00 2001 From: CGantert345 <57003061+CGantert345@users.noreply.github.com> Date: Thu, 25 Feb 2021 11:02:26 +0100 Subject: - bug fix on TicketType Enum - duplicate function getDocument removed - issuedOnLine null value allowed - maven install added (required renaming of some packages) --- src/org/uic/ticket/api/spec/package.html | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 src/org/uic/ticket/api/spec/package.html (limited to 'src/org/uic/ticket/api/spec/package.html') diff --git a/src/org/uic/ticket/api/spec/package.html b/src/org/uic/ticket/api/spec/package.html deleted file mode 100644 index 18d8b53..0000000 --- a/src/org/uic/ticket/api/spec/package.html +++ /dev/null @@ -1,7 +0,0 @@ - - -UIC ticket interface - - Provides the interface specification of the ticket data. Any ticket data implementation which wants to use the provided encoder / decoder function must implement this interface. A simple implementation is provided in package impl

. - - \ No newline at end of file -- cgit v1.2.3