Skip to content

Commit

Permalink
Remove useless annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Feb 11, 2025
1 parent 098a0e4 commit 3fa3b64
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,10 @@
import org.apache.maven.execution.MavenSession;
import org.apache.maven.impl.MappedList;
import org.apache.maven.toolchain.model.ToolchainModel;
import org.eclipse.sisu.Priority;
import org.slf4j.Logger;

@Named
@Singleton
@Priority(10)
public class DefaultToolchainManager implements ToolchainManager, ToolchainManagerPrivate {

private final Lookup lookup;
Expand Down

0 comments on commit 3fa3b64

Please sign in to comment.