Skip to content

Commit 44f26cc

Browse files
committed
remove hanging
1 parent 272b344 commit 44f26cc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

content/reference/java_interop.adoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ String
3131
(.getEnclosingClass java.util.Map$Entry)
3232
-> java.util.Map
3333
(.getComponentType String*)
34-
java.lang.String
34+
-> java.lang.String
3535
----
3636

3737
== Member access
@@ -91,8 +91,6 @@ If the second operand is a symbol and no args are supplied it is taken to be a f
9191

9292
If the second operand is a list, or args are supplied, it is taken to be a method call. The first element of the list must be a simple symbol, and the name of the method is the name of the symbol. The args, if any, are evaluated from left to right, and passed to the matching method, which is called, and its value returned. If the method has a void return type, the value of the expression will be _**nil**_. Note that placing the method name in a list with any args is optional in the canonic form, but can be useful to gather args in macros built upon the form.
9393

94-
Since Clojure 1.12,
95-
9694
Note that boolean return values will be turned into Booleans, chars will become Characters, and numeric primitives will become Numbers unless they are immediately consumed by a method taking a primitive.
9795

9896
The member access forms given at the top of this section are preferred for use in all cases other than in macros.

0 commit comments

Comments
 (0)