diff Main/jungle-main/store/operations/DeleteChildAtOperation.cs @ 31:1466993c104c

byte[] to object Rewrite.
author Kazuma Takeda
date Fri, 20 Jan 2017 07:08:03 +0900
parents 1f99e150f336
children f2ea780b3e80
line wrap: on
line diff
--- a/Main/jungle-main/store/operations/DeleteChildAtOperation.cs	Wed Jan 18 21:54:26 2017 +0900
+++ b/Main/jungle-main/store/operations/DeleteChildAtOperation.cs	Fri Jan 20 07:08:03 2017 +0900
@@ -32,9 +32,9 @@
 			return null;
 		}
 
-		public byte[] getValue()
+		public object getValue()
 		{
-			return new byte[1]{0};
+			return null;
 		}
 
 	}