Skip to content

Commit

Permalink
remove comments from previous PRs
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Rueger <[email protected]>
  • Loading branch information
chrisrueger committed Dec 8, 2023
1 parent 2d070cd commit 22aa4df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,6 @@ public Resource getResource() {
@SuppressWarnings("unchecked")
@Override
public <T> T getAdapter(Class<T> adapter) {

// this is triggered e.g. when you doubleclick on an
// Advanved-Search result entry in the RepositoryBrowser
// see
// bndtools.views.repository.RepositoriesView.createPartControl(Composite)
// and scroll down to "viewer.addDoubleClickListener(..."
// but since repositoryBundleVersion already implements IAdaptable
// we just forward to it
return repositoryBundleVersion.getAdapter(adapter);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,9 @@ public class ResolutionView extends ViewPart implements ISelectionListener, IRes
private Label reqsLabel;
private Label capsLabel;

// hideSelfImportsFilter => show only resolved requirements (strange name)
private ViewerFilter hideSelfImportsFilter;

// the oposite of the hideSelfImportsFilter filter
private ViewerFilter hideSelfImportsFilter;
private ViewerFilter hideOptionalRequirements;
private ViewerFilter filterShowCapsProblems;
private ViewerFilter filterShowCapsProblems;

private boolean inputLocked = false;
private boolean outOfDate = false;
Expand Down

0 comments on commit 22aa4df

Please sign in to comment.