Merge pull request #216 from jacobemcken/cleanup/remove_warning
Prevent "random-uuid already refers to" warning
This commit is contained in:
commit
94cf59a53e
1 changed files with 1 additions and 0 deletions
|
|
@ -32,6 +32,7 @@
|
||||||
;; ----------------------------------------------------------------------------------
|
;; ----------------------------------------------------------------------------------
|
||||||
|
|
||||||
(ns ^{:doc "Provides various utility functions, primarily for working with document ids."} monger.util
|
(ns ^{:doc "Provides various utility functions, primarily for working with document ids."} monger.util
|
||||||
|
(:refer-clojure :exclude [random-uuid])
|
||||||
(:import java.security.SecureRandom
|
(:import java.security.SecureRandom
|
||||||
java.math.BigInteger
|
java.math.BigInteger
|
||||||
org.bson.types.ObjectId
|
org.bson.types.ObjectId
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue