diff src/main/java/jp/ac/u_ryukyu/ie/cr/shoshi/jungle/core/Children.java @ 108:69bbf08894aa

move
author one
date Fri, 12 Sep 2014 21:53:52 +0900
parents fb1dc448ac8c
children
line wrap: on
line diff
--- a/src/main/java/jp/ac/u_ryukyu/ie/cr/shoshi/jungle/core/Children.java	Fri Sep 12 19:49:00 2014 +0900
+++ b/src/main/java/jp/ac/u_ryukyu/ie/cr/shoshi/jungle/core/Children.java	Fri Sep 12 21:53:52 2014 +0900
@@ -6,6 +6,6 @@
 
 public interface Children extends Iterable<TreeNode>
 {
-	public Either<Error,TreeNode> at(int _pos);
+	public Either<Error,TreeNode> at(int pos);
 	public int size();
 }