Skip to content

Commit

Permalink
semver: +minor
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabii committed Dec 11, 2023
1 parent f00dc53 commit 38924f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IKVM.Maven.Sdk.Tasks/MavenEnvironment.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class SecDispatcher : DefaultSecDispatcher
/// Initializes a new instance.
/// </summary>
/// <param name="configurationFile"></param>
public SecDispatcher(string configurationFile)
public SecDispatcher(string configurationFile)f
: base(new DefaultPlexusCipher(), Collections.emptyMap(), configurationFile)
{

Expand Down

0 comments on commit 38924f4

Please sign in to comment.