Skip to content

Commit

Permalink
SDK-358 - Minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
mseaton committed Nov 18, 2024
1 parent 18c6a9e commit 43bdb48
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ public class MavenEnvironment {
private MavenProject mavenProject;
private MavenSession mavenSession;
private Settings settings;
ArtifactMetadataSource artifactMetadataSource;
ArtifactFactory artifactFactory;
BuildPluginManager pluginManager;
Wizard wizard;
private ArtifactMetadataSource artifactMetadataSource;
private ArtifactFactory artifactFactory;
private BuildPluginManager pluginManager;
private Wizard wizard;
}

0 comments on commit 43bdb48

Please sign in to comment.