Skip to content

Commit

Permalink
Remove redundant super interface
Browse files Browse the repository at this point in the history
  • Loading branch information
akurtakov committed Aug 9, 2023
1 parent e58bbfd commit ac1d22f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
import org.eclipse.m2e.sourcelookup.internal.launch.MavenSourceContainerResolver;

// useful to lookup shaded binary projects like wagon-http-2.10-shaded.jar
public class BinaryProjectContainerResolver extends MavenSourceContainerResolver implements ISourceContainerResolver {
public class BinaryProjectContainerResolver extends MavenSourceContainerResolver {

@Override
protected ISourceContainer resolveSourceContainer(ArtifactKey artifact, IProgressMonitor monitor) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
import org.eclipse.pde.internal.core.project.PDEProject;

@SuppressWarnings("restriction")
public class TychoLifecycleMapping extends AbstractCustomizableLifecycleMapping implements ILifecycleMapping {
public class TychoLifecycleMapping extends AbstractCustomizableLifecycleMapping {

@Override
public void configure(ProjectConfigurationRequest request, IProgressMonitor monitor) throws CoreException {
Expand Down

0 comments on commit ac1d22f

Please sign in to comment.