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 Jun 12, 2024
1 parent 66a1e56 commit ee5008b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2010, 2019 bndtools project and others.
* Copyright (c) 2010, 2024 bndtools project and others.
*
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
Expand Down Expand Up @@ -27,7 +27,7 @@
import aQute.bnd.service.Strategy;
import aQute.bnd.version.Version;

public class RepositoryBundleVersion extends RepositoryEntry implements Actionable, ResourceProvider {
public class RepositoryBundleVersion extends RepositoryEntry implements Actionable {

private final Version version;
private final RepositoryBundle bundle;
Expand Down

0 comments on commit ee5008b

Please sign in to comment.