wip
This commit is contained in:
parent
6c5273e646
commit
66f04fe798
1 changed files with 3 additions and 3 deletions
|
|
@ -157,8 +157,6 @@
|
||||||
'[java.nio.ByteBuffer
|
'[java.nio.ByteBuffer
|
||||||
java.nio.ByteOrder
|
java.nio.ByteOrder
|
||||||
java.nio.CharBuffer
|
java.nio.CharBuffer
|
||||||
java.nio.DirectByteBuffer
|
|
||||||
java.nio.HeapByteBuffer
|
|
||||||
java.nio.file.OpenOption
|
java.nio.file.OpenOption
|
||||||
java.nio.charset.Charset
|
java.nio.charset.Charset
|
||||||
java.nio.charset.CoderResult
|
java.nio.charset.CoderResult
|
||||||
|
|
@ -352,7 +350,9 @@
|
||||||
(instance? java.nio.file.PathMatcher v)
|
(instance? java.nio.file.PathMatcher v)
|
||||||
java.nio.file.PathMatcher
|
java.nio.file.PathMatcher
|
||||||
(instance? java.util.stream.BaseStream v)
|
(instance? java.util.stream.BaseStream v)
|
||||||
java.util.stream.BaseStream)))))
|
java.util.stream.BaseStream
|
||||||
|
(instance? java.nio.ByteBuffer v)
|
||||||
|
java.nio.ByteBuffer)))))
|
||||||
|
|
||||||
(def class-map (gen-class-map))
|
(def class-map (gen-class-map))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue