From 03aa49c1e96e17f74f8c6db05fac9a687389d80c Mon Sep 17 00:00:00 2001 From: Michael Valenta Date: Wed, 25 Jan 2006 14:18:22 +0000 Subject: Cleaned up API --- .../src/org/eclipse/team/core/diff/IDiffVisitor.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bundles/org.eclipse.team.core/src/org/eclipse/team/core/diff/IDiffVisitor.java b/bundles/org.eclipse.team.core/src/org/eclipse/team/core/diff/IDiffVisitor.java index f373e3af5..bd669897d 100644 --- a/bundles/org.eclipse.team.core/src/org/eclipse/team/core/diff/IDiffVisitor.java +++ b/bundles/org.eclipse.team.core/src/org/eclipse/team/core/diff/IDiffVisitor.java @@ -54,10 +54,10 @@ public interface IDiffVisitor { /** * Visits the given diff. - * + * @param diff the diff being visited * @return true if the diff's children should * be visited; false if they should be skipped. * @exception CoreException if the visit fails for some reason. */ - public boolean visit(IDiffNode delta) throws CoreException; + public boolean visit(IDiffNode diff) throws CoreException; } -- cgit v1.2.3