Skip to content

Commit

Permalink
Bug 568466: removed unneeded call
Browse files Browse the repository at this point in the history
Change-Id: I3d8da2c8354e35a9577869d0749a2c3e7f87a085
Signed-off-by: Leif Geiger <leif.geiger@yatta.de>
  • Loading branch information
l3-g5 committed Nov 5, 2020
1 parent 218a01a commit 57351f2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -463,4 +463,4 @@ protected static void handleServiceUnavailable(CoreException e) throws ServiceUn
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ public class MarketplaceClientUiResources {

@Activate
protected void activate(ComponentContext context) throws Exception {
context.getBundleContext().getBundle();
delegate = new AbstractUIPlugin() {
@Override
protected void initializeImageRegistry(ImageRegistry reg) {
Expand Down

0 comments on commit 57351f2

Please sign in to comment.