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:
|
The following Java classes are available:
|
||||||
|
|
||||||
```
|
- `ArithmeticException`
|
||||||
ArithmeticException
|
- `AssertionError`
|
||||||
AssertionError
|
- `Boolean`
|
||||||
Boolean
|
- `Class`
|
||||||
Class
|
- `Double`
|
||||||
Double
|
- `Exception`
|
||||||
Exception
|
- `clojure.lang.ExceptionInfo`
|
||||||
clojure.lang.ExceptionInfo
|
- `Integer`
|
||||||
Integer
|
- `java.io.File`
|
||||||
java.io.File
|
- `java.util.regex.Pattern`
|
||||||
java.util.regex.Pattern
|
- `String`
|
||||||
String
|
- `System`
|
||||||
System
|
- `Thread`
|
||||||
Thread
|
|
||||||
```
|
```
|
||||||
|
|
||||||
More classes can be added by request.
|
More classes can be added by request.
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
0.0.28-SNAPSHOT
|
0.0.28
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue