提交 ab7e2d2c 编写于 作者: A Aiden Scandella

Fix whitespace in Default Interface Methods

上级 3d878f67
......@@ -267,7 +267,7 @@ Remember the formula example from the first section? Interface `Formula` defines
Default methods **cannot** be accessed from within lambda expressions. The following code does not compile:
```java
Formula formula = (a) -> sqrt( a * 100);
Formula formula = (a) -> sqrt(a * 100);
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册