| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -267,7 +267,7 @@ Remember the formula example from the first section? Interface `Formula` defines | |||
| 267 | 267 | Default methods **cannot** be accessed from within lambda expressions. The following code does not compile: | |
| 268 | 268 | ||
| 269 | 269 | ```java | |
| 270 | - Formula formula = (a) -> sqrt( a * 100); | ||
| 270 | + Formula formula = (a) -> sqrt(a * 100); | ||
| 271 | 271 | ``` | |
| 272 | 272 | ||
| 273 | 273 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments