8000 Update core-httpclient-impl/src/main/java/com/optimizely/ab/NamedThre… · optimizely/java-sdk@002bc92 · GitHub
[go: up one dir, main page]

Skip to content

Commit 002bc92

Browse files
wyhasanyjaeopt
andauthored
Update core-httpclient-impl/src/main/java/com/optimizely/ab/NamedThreadFactory.java
Co-authored-by: Jae Kim <45045038+jaeopt@users.noreply.github.com>
1 parent be0613a commit 002bc92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core-httpclient-impl/src/main/java/com/optimizely/ab/NamedThreadFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public class NamedThreadFactory implements ThreadFactory {
3636
* @param daemon whether the threads created should be {@link Thread#daemon}s or not
3737
*/
3838
public NamedThreadFactory(String nameFormat, boolean daemon) {
39-
this(nameFormat, daemon, Executors.defaultThreadFactory());
39+
this(nameFormat, daemon, null);
4040
}
4141

4242
/**

0 commit comments

Comments
 (0)
0