OSDN Git Service

クラスをstaticに変更
authoryukihane <yukihane.feather@gmail.com>
Wed, 14 Sep 2011 03:22:48 +0000 (12:22 +0900)
committeryukihane <yukihane.feather@gmail.com>
Wed, 14 Sep 2011 03:22:48 +0000 (12:22 +0900)
frontend/src/yukihane/inqubus/manager/TaskManage.java

index 4aeb873..83d25b7 100644 (file)
@@ -226,7 +226,7 @@ public class TaskManage {
         protected abstract ManageTarget<T> removeRequest(int rowId);
     }
 
-    class ManageTarget<T> {
+    private static class ManageTarget<T> {
 
         private final RequestProcess request;
         private final Future<T> future;