Skip to content

Commit

Permalink
Example in JavaDoc fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
azuev-java committed May 17, 2021
1 parent 4cd5a50 commit 911bc70
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ public Icon getSystemIcon(File f) {
* <p>
* Example: <pre>
* FileSystemView fsv = FileSystemView.getFileSystemView();
* Icon icon = fsv.getSystemIcon("application.exe", 64);
* Icon icon = fsv.getSystemIcon(new File("application.exe"), 64);
* JLabel label = new JLabel(icon);
* </pre>
*
Expand Down

0 comments on commit 911bc70

Please sign in to comment.