| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 6dd0e09 commit 642ce1c
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -167,7 +167,7 @@ String converted = converter.convert("Java"); | |||
| 167 | 167 | System.out.println(converted); // "J" | |
| 168 | 168 | ``` | |
| 169 | 169 | ||
| 170 | - Let's see how the `::` keyword works for constructors. First we define an example bean with different constructors: | ||
| 170 | + Let's see how the `::` keyword works for constructors. First we define an example class with different constructors: | ||
| 171 | 171 | ||
| 172 | 172 | ```java | |
| 173 | 173 | class Person { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments