Skip to content

Commit

Permalink
SNAPSHOT - in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
dco-lentz committed Sep 23, 2024
1 parent 9f518e7 commit ab425dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject danlentz/clj-uuid "0.2.0"
(defproject danlentz/clj-uuid "0.2.0-SNAPSHOT"
:description "A Clojure library for generation and utilization of
UUIDs (Universally Unique Identifiers) as described by
RFC-4122/9562. This library extends the standard Java
Expand Down
6 changes: 2 additions & 4 deletions src/clj_uuid.clj
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,10 @@
(:import [java.io ByteArrayOutputStream
ObjectOutputStream]
[java.lang IllegalArgumentException]
[java.net URI
URL]
[java.net URI URL]
[java.nio ByteBuffer]
[java.security MessageDigest]
[java.util UUID
Date]))
[java.util UUID Date]))

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Leach-Salz UUID Representation [RFC4122:4.1.2 "LAYOUT AND BYTE ORDER"] ;;
Expand Down

0 comments on commit ab425dc

Please sign in to comment.