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.
1 parent 59af7fe commit a074c49Copy full SHA for a074c49
docs/CH12.md
@@ -220,7 +220,7 @@ public class GenericFoo3<T> {
220
221
您可以像下面的方式來使用範例 12.7 所定義的類別。
222
223
- `String[] strs = {"caterpillar", "momor", "bush"};
+ String[] strs = {"caterpillar", "momor", "bush"};
224
GenericFoo3<String> foo = new GenericFoo3<String>();
225
foo.setFooArray(strs);
226
strs = foo.getFooArray();
0 commit comments