comparison src/alice/jungle/transaction/NetworkDefaultJungleTreeEditor.java @ 101:8f5bbf182147

Modified pom.xml
author one
date Tue, 19 Nov 2013 16:30:25 +0900
parents 55a4f2bb44a8
children 6e2cec364e5a
comparison
equal deleted inserted replaced
100:fac2eb0384a2 101:8f5bbf182147
187 187
188 public void putDataSegment(String _uuid, String _treeName, String _updaterName, Iterable<TreeOperation> newLog, String nextRevision) throws IOException { 188 public void putDataSegment(String _uuid, String _treeName, String _updaterName, Iterable<TreeOperation> newLog, String nextRevision) throws IOException {
189 NetworkTreeOperationLog netLog = new NetworkTreeOperationLog(_uuid, _treeName,newLog); 189 NetworkTreeOperationLog netLog = new NetworkTreeOperationLog(_uuid, _treeName,newLog);
190 NullCodeSegment cs = new NullCodeSegment(); 190 NullCodeSegment cs = new NullCodeSegment();
191 cs.ods.put("log", netLog); 191 cs.ods.put("log", netLog);
192 cs.execute();
192 } 193 }
193 194
194 } 195 }