Skip to content

Commit 9426e88

Browse files
committed
DaemonThreadFactory is private
1 parent 19b1a7e commit 9426e88

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/concurrent-ruby/concurrent/executor/java_executor_service.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ def newThread(runnable)
9696
return thread
9797
end
9898
end
99-
99+
100+
private_constant :DaemonThreadFactory
101+
100102
end
101103
end

0 commit comments

Comments
 (0)