made the method as public.

This commit is contained in:
javasabr 2017-08-06 12:44:14 +03:00 committed by Rémy Bouquet
parent 15fd80d67f
commit bc1584d239

View File

@ -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;
} }