Skip to content

Commit

Permalink
Update thread name per feedback
Browse files Browse the repository at this point in the history
Co-authored-by: Bruno Ploumhans <[email protected]>
  • Loading branch information
thiakil and Technici4n authored Dec 25, 2024
1 parent b5b79ab commit c9501e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public final class IOUtilities {
StandardOpenOption.WRITE,
StandardOpenOption.TRUNCATE_EXISTING
};
private static final ThreadFactory THREAD_FACTORY = new NamedThreadFactory("Neoforge-IOUtilities");
private static final ThreadFactory THREAD_FACTORY = new NamedThreadFactory("NeoForge-IOUtilities");
private static ExecutorService ioExecutor = newIOExecutor();

private IOUtilities() {}
Expand Down

0 comments on commit c9501e3

Please sign in to comment.