comparison src/test/java/jp/ac/u_ryukyu/ie/cr/shoshi/jungle/core/nodeeditor/EditableAttributesTest.java @ 81:715a9fbf02fc

remove <T> many source
author one
date Sun, 31 Aug 2014 07:46:30 +0900
parents a833000f64bf
children
comparison
equal deleted inserted replaced
80:a833000f64bf 81:715a9fbf02fc
1 package jp.ac.u_ryukyu.ie.cr.shoshi.jungle.core.nodeeditor; 1 /*package jp.ac.u_ryukyu.ie.cr.shoshi.jungle.core.nodeeditor;
2 2
3 import java.nio.ByteBuffer; 3 import java.nio.ByteBuffer;
4 4
5 import org.junit.Assert; 5 import org.junit.Assert;
6 6
94 if(!either.isA()){ 94 if(!either.isA()){
95 Assert.fail("delete must returns DELETE_KEY_NOT_FOUND when the deleting invalid key."); 95 Assert.fail("delete must returns DELETE_KEY_NOT_FOUND when the deleting invalid key.");
96 } 96 }
97 } 97 }
98 } 98 }
99 */