提交 26c0588e 编写于 作者: B Benjamin Winterberg 提交者: GitHub

Merge pull request #23 from sboekhoff/sboekhoff

Use class instead of bean.
......@@ -167,7 +167,7 @@ String converted = converter.convert("Java");
System.out.println(converted); // "J"
```
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:
```java
class Person {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册