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.
1 parent 32a1606 commit b4fbd0fCopy full SHA for b4fbd0f
docs/CH16.md
@@ -300,7 +300,7 @@ public class SimpleClassViewer {
300
301
System.out.printf("package %s;%n", p.getName());
302
303
- // 取得型態修飾,像是class、interface
+ // 取得型態修飾,像是public、final
304
int m = c.getModifiers();
305
306
System.out.print(Modifier.toString(m) + " ");
0 commit comments