/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package nadaHaver; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; import java.util.concurrent.Future; import modmanager.utility.update.UpdateThread; /** * * @author Shirkit */ public class ThreadTest { public static void main(String[] args) { } }