Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6dd0e09 + 642ce1c commit 26c0588Copy full SHA for 26c0588
README.md
@@ -167,7 +167,7 @@ String converted = converter.convert("Java");
167
System.out.println(converted); // "J"
168
```
169
170
-Let's see how the `::` keyword works for constructors. First we define an example bean with different constructors:
+Let's see how the `::` keyword works for constructors. First we define an example class with different constructors:
171
172
```java
173
class Person {
0 commit comments