comparison src/main/java/jp/ac/u_ryukyu/ie/cr/shoshi/jungle/store/impl/logger/LoggingAttributes.java @ 78:540a27dde42f

Delete EnableNode and EnableNodeWrapper but not repair test program
author one
date Sun, 31 Aug 2014 00:44:35 +0900
parents bc119c52d5cc
children 14ce7a0dedca
comparison
equal deleted inserted replaced
77:0f01ee222035 78:540a27dde42f
1 package jp.ac.u_ryukyu.ie.cr.shoshi.jungle.store.impl.logger; 1 /*package jp.ac.u_ryukyu.ie.cr.shoshi.jungle.store.impl.logger;
2 2
3 import java.nio.ByteBuffer; 3 import java.nio.ByteBuffer;
4 import jp.ac.u_ryukyu.ie.cr.shoshi.jungle.store.operations.DeleteAttributeOperation; 4 import jp.ac.u_ryukyu.ie.cr.shoshi.jungle.store.operations.DeleteAttributeOperation;
5 import jp.ac.u_ryukyu.ie.cr.shoshi.jungle.store.operations.NodeOperation; 5 import jp.ac.u_ryukyu.ie.cr.shoshi.jungle.store.operations.NodeOperation;
6 import jp.ac.u_ryukyu.ie.cr.shoshi.jungle.store.operations.PutAttributeOperation; 6 import jp.ac.u_ryukyu.ie.cr.shoshi.jungle.store.operations.PutAttributeOperation;
55 { 55 {
56 PutAttributeOperation putAttribute = new PutAttributeOperation(_key,_value); 56 PutAttributeOperation putAttribute = new PutAttributeOperation(_key,_value);
57 return edit(putAttribute); 57 return edit(putAttribute);
58 } 58 }
59 } 59 }
60 */