made the method as public.
This commit is contained in:
parent
15fd80d67f
commit
bc1584d239
@ -39,7 +39,7 @@ public class TerrainExecutorService {
|
|||||||
*
|
*
|
||||||
* @param constructor the constructor.
|
* @param constructor the constructor.
|
||||||
*/
|
*/
|
||||||
private static void setConstructor(final Callable<ExecutorService> constructor) {
|
public static void setConstructor(final Callable<ExecutorService> constructor) {
|
||||||
TerrainExecutorService.constructor = constructor;
|
TerrainExecutorService.constructor = constructor;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user