Add some classes
This commit is contained in:
parent
70e0566647
commit
76a6760516
2 changed files with 5 additions and 3 deletions
2
deps.clj
2
deps.clj
|
|
@ -1 +1 @@
|
|||
Subproject commit 23d1aa95b7fc04f7757659120f8ce8d406f0a111
|
||||
Subproject commit 9e0ca8002cca486223a962c06865dbbe3bc1917a
|
||||
|
|
@ -151,6 +151,7 @@
|
|||
java.net.InetAddress
|
||||
java.net.ServerSocket
|
||||
java.net.Socket
|
||||
java.net.SocketException
|
||||
java.net.UnknownHostException
|
||||
java.net.URI
|
||||
;; java.net.URL, see below
|
||||
|
|
@ -268,8 +269,9 @@
|
|||
:methods [borkdude.graal.LockFix] ;; support for locking
|
||||
|
||||
:fields [clojure.lang.PersistentQueue]
|
||||
:instance-checks [clojure.lang.APersistentMap ;; for proxy
|
||||
clojure.lang.AMapEntry ;; for proxy
|
||||
:instance-checks [clojure.lang.AMapEntry ;; for proxy
|
||||
clojure.lang.APersistentMap ;; for proxy
|
||||
clojure.lang.AReference
|
||||
clojure.lang.Associative
|
||||
clojure.lang.Atom
|
||||
clojure.lang.Cons
|
||||
|
|
|
|||
Loading…
Reference in a new issue