Skip to content

Commit

Permalink
Remove redundant implements
Browse files Browse the repository at this point in the history
  • Loading branch information
akurtakov committed May 14, 2024
1 parent 77ad2e4 commit c4be7f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
* @see ThreadsExecutor
* @since 1.1
*/
public class ImmediateExecutor extends AbstractExecutor implements IExecutor, IRunnableExecutor {
public class ImmediateExecutor extends AbstractExecutor {

@SuppressWarnings("rawtypes")
protected AbstractFuture<?> createFuture(IProgressMonitor monitor) {
Expand Down

0 comments on commit c4be7f2

Please sign in to comment.