comparison src/main/java/jp/ac/u_ryukyu/ie/cr/shoshi/jungle/store/impl/NodeWrapper.java @ 74:3a3622cf2eef

remove error but have a error test program and LoggingChildren.iterator is bad
author one
date Wed, 27 Aug 2014 05:07:50 +0900
parents 8c6ff361b68a
children
comparison
equal deleted inserted replaced
72:5969848b1bb8 74:3a3622cf2eef
1 package jp.ac.u_ryukyu.ie.cr.shoshi.jungle.store.impl; 1 /*package jp.ac.u_ryukyu.ie.cr.shoshi.jungle.store.impl;
2 2
3 import java.util.Iterator; 3 import java.util.Iterator;
4 4
5 import jp.ac.u_ryukyu.ie.cr.shoshi.jungle.core.Attributes; 5 import jp.ac.u_ryukyu.ie.cr.shoshi.jungle.core.Attributes;
6 import jp.ac.u_ryukyu.ie.cr.shoshi.jungle.core.Children; 6 import jp.ac.u_ryukyu.ie.cr.shoshi.jungle.core.Children;
72 { 72 {
73 return children.size(); 73 return children.size();
74 } 74 }
75 } 75 }
76 } 76 }
77 */