Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabii committed Dec 11, 2023
1 parent 38924f4 commit 33e4612
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)f
public SecDispatcher(string configurationFile)
: base(new DefaultPlexusCipher(), Collections.emptyMap(), configurationFile)
{

Expand Down

0 comments on commit 33e4612

Please sign in to comment.