Skip to content

Commit

Permalink
fix PartyLineCacheProviderFactory constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
John200410 authored Dec 19, 2024
1 parent 4aa719f commit cb6d35e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public class PartyLineCacheProviderFactory

public PartyLineCacheProviderFactory( File cacheDir, ScheduledExecutorService deleteExecutor )
{
new PartyLineCacheProviderFactory( cacheDir, false, deleteExecutor );
this ( cacheDir, false, deleteExecutor );
}

public PartyLineCacheProviderFactory( File cacheDir, Boolean timeoutProcessing, ScheduledExecutorService deleteExecutor )
Expand Down

0 comments on commit cb6d35e

Please sign in to comment.