Skip to content

Commit 5af37cc

Browse files
AlexanderZagaynovpitr-ch
authored andcommitted
remove unnecessary method override
1 parent ef1eb0e commit 5af37cc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/concurrent/executor/java_executor_service.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ class JavaExecutorService < AbstractExecutorService
1818
}.freeze
1919
private_constant :FALLBACK_POLICY_CLASSES
2020

21-
def initialize(*args, &block)
22-
super
23-
end
24-
2521
def post(*args, &task)
2622
raise ArgumentError.new('no block given') unless block_given?
2723
return handle_fallback(*args, &task) unless running?

0 commit comments

Comments
 (0)