Skip to content

Commit

Permalink
Perform clean code of bundles/org.eclipse.equinox.security.macosx
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-equinox-bot authored and laeubi committed Jan 30, 2025
1 parent 4f4cdcd commit 0bddeb3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class OSXProvider extends PasswordProvider {

private static final String SERVICE_NAME = "equinox.secure.storage"; //$NON-NLS-1$

private String accountName = System.getProperty("user.name"); //$NON-NLS-1$
private final String accountName = System.getProperty("user.name"); //$NON-NLS-1$

private native String getPassword(String service, String account) throws SecurityException;

Expand Down

0 comments on commit 0bddeb3

Please sign in to comment.