diff src/jungle/test/codesegment/operation/StartJungleCodeSegment.java @ 75:87ec5dd0dc27

Rename from alice.jungle.datasegment.store.operation to alice.jungle.datasegment.store.container
author one
date Tue, 15 Oct 2013 14:43:29 +0900
parents 29127ac788a6
children
line wrap: on
line diff
--- a/src/jungle/test/codesegment/operation/StartJungleCodeSegment.java	Tue Oct 15 14:38:46 2013 +0900
+++ b/src/jungle/test/codesegment/operation/StartJungleCodeSegment.java	Tue Oct 15 14:43:29 2013 +0900
@@ -10,7 +10,7 @@
 import jp.ac.u_ryukyu.ie.cr.shoshi.jungle.store.operations.PutAttributeOperation;
 import jungle.app.bbs.JungleManager;
 import alice.codesegment.CodeSegment;
-import alice.jungle.datasegment.store.operations.DefaultTreeOperationContainer;
+import alice.jungle.datasegment.store.container.DefaultTreeOperationContainer;
 
 public class StartJungleCodeSegment {