mbien commented on PR #9217:
URL: https://github.com/apache/netbeans/pull/9217#issuecomment-3943057436
will do another pass since all sequences of:
```java
JFileChooser chooser = new JFileChooser();
chooser.setCurrentDirectory(null);
```
are already redundant, since the user dir is the `JFileChooser`'s default
dir after construction.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists