Skip to content

Commit

Permalink
Removes incorrect whitespace in eclipse.p2.mirrors parameter
Browse files Browse the repository at this point in the history
Fixes #3375
  • Loading branch information
vogella authored and laeubi committed Jan 17, 2024
1 parent 22a18fd commit d099c82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ private boolean getDisableP2MirrorsConfiguration() {
return Boolean.parseBoolean(deprecatedValue);
}

String key = "eclipse.p2.mirrors ";
String key = "eclipse.p2.mirrors";
String value = getMirrorProperty(key);

if (value != null) {
Expand Down

0 comments on commit d099c82

Please sign in to comment.