Mercurial > hg > Members > nobuyasu > jungle-network
diff src/jungle/test/codesegment/operation/TestPutAttributeCodeSegment.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/TestPutAttributeCodeSegment.java Tue Oct 15 14:38:46 2013 +0900 +++ b/src/jungle/test/codesegment/operation/TestPutAttributeCodeSegment.java Tue Oct 15 14:43:29 2013 +0900 @@ -24,8 +24,8 @@ import alice.codesegment.CodeSegment; import alice.datasegment.CommandType; import alice.datasegment.Receiver; -import alice.jungle.datasegment.store.operations.DefaultTreeOperationContainer; -import alice.jungle.datasegment.store.operations.DefaultTreeOperationLogContainer; +import alice.jungle.datasegment.store.container.DefaultTreeOperationContainer; +import alice.jungle.datasegment.store.container.DefaultTreeOperationLogContainer; import alice.jungle.transaction.NetworkDefaultJungleTreeEditor; public class TestPutAttributeCodeSegment extends CodeSegment {