OSDN Git Service

git-svn-id: http://www.xerial.org/svn/project/XerialJ/trunk/xerial-core@3637 ae02f08e...
[xerial/xerial-core.git] / src / main / java / org / xerial / lens / relation / TupleVisitor.java
@@ -30,8 +30,7 @@ package org.xerial.lens.relation;
  * @author leo\r
  * \r
  */\r
-public interface TupleElementVisitor<NodeType>\r
-{\r
+public interface TupleVisitor<NodeType> {\r
     public void visitNode(NodeType node);\r
 \r
     public void visitTuple(Tuple<NodeType> tuple);\r