Skip to content

Commit

Permalink
Perform clean code of bundles/org.eclipse.equinox.security.tests
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-equinox-bot committed Jan 29, 2025
1 parent 1738669 commit 29c9e93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class StorageAbstractTest {

final protected String defaultFileName = "secure_storage_test.equinox";

private List<ISecurePreferences> openPreferences = new ArrayList<>(5); // <ISecurePreferences>
private final List<ISecurePreferences> openPreferences = new ArrayList<>(5); // <ISecurePreferences>

protected String getModuleID() {
return null;
Expand Down

0 comments on commit 29c9e93

Please sign in to comment.