diff src/main/java/christie/codegear/CodeGear.java @ 14:f2b30b47ef67

RemotePutTest is working
author Nozomi Teruya <e125769@ie.u-ryukyu.ac.jp>
date Thu, 11 Jan 2018 18:02:59 +0900
parents bcd4f2c19185
children 4e867538adb7
line wrap: on
line diff
--- a/src/main/java/christie/codegear/CodeGear.java	Wed Jan 10 20:37:47 2018 +0900
+++ b/src/main/java/christie/codegear/CodeGear.java	Thu Jan 11 18:02:59 2018 +0900
@@ -27,7 +27,7 @@
     public void setup(CodeGearManager cgm){
         this.cgm = cgm;
         this.cge = new CodeGearExecutor(this, this.cgm);
-        this.localDGM = cgm.getDGM();
+        this.localDGM = cgm.getLocalDGM();
         odg.initODG(cgm);
 
         for (Field field : this.getClass().getDeclaredFields()) {//AnnotationからInputDataGearをセット