v0.0.28
This commit is contained in:
parent
8c5cc4ee67
commit
1b482f4693
2 changed files with 14 additions and 15 deletions
27
README.md
27
README.md
|
|
@ -164,20 +164,19 @@ namespaces. If not all vars are available, they are enumerated explicitly.
|
|||
|
||||
The following Java classes are available:
|
||||
|
||||
```
|
||||
ArithmeticException
|
||||
AssertionError
|
||||
Boolean
|
||||
Class
|
||||
Double
|
||||
Exception
|
||||
clojure.lang.ExceptionInfo
|
||||
Integer
|
||||
java.io.File
|
||||
java.util.regex.Pattern
|
||||
String
|
||||
System
|
||||
Thread
|
||||
- `ArithmeticException`
|
||||
- `AssertionError`
|
||||
- `Boolean`
|
||||
- `Class`
|
||||
- `Double`
|
||||
- `Exception`
|
||||
- `clojure.lang.ExceptionInfo`
|
||||
- `Integer`
|
||||
- `java.io.File`
|
||||
- `java.util.regex.Pattern`
|
||||
- `String`
|
||||
- `System`
|
||||
- `Thread`
|
||||
```
|
||||
|
||||
More classes can be added by request.
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
0.0.28-SNAPSHOT
|
||||
0.0.28
|
||||
|
|
|
|||
Loading…
Reference in a new issue