Skip to content

Commit

Permalink
GBLD-1108:
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeDemoulinGebit committed Sep 26, 2023
1 parent 5b7f356 commit 12c1ca1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,8 @@ private void changeCustomPlugins(IProject project, final UserPreferences prefs,
final ImmutableMap<String, Boolean> customPlugins = ImmutableMap.copyOf(prefs.getCustomPlugins());
final Map<String, Boolean> newCustomPlugins = new LinkedHashMap<>();

// customPlugins.forEach((pluginFilePath, activated) -> newCustomPlugins
// .put(normalized(project, pluginFilePath).toString(), activated));
customPlugins.forEach((pluginFilePath, activated) -> newCustomPlugins
.put(normalized(project, pluginFilePath).toString(), activated));

pluginFilePaths.stream().forEach(
pluginFilePath -> newCustomPlugins.put(this.normalized(project, pluginFilePath), Boolean.TRUE));
Expand Down

0 comments on commit 12c1ca1

Please sign in to comment.