From 854605563a024001de5f459365145ac93c36b24f Mon Sep 17 00:00:00 2001
From: tkuehn <thomas.kuehn3@tu-dresden.de>
Date: Sat, 13 Jul 2019 21:53:46 +0200
Subject: [PATCH] fixed visit call

---
 dg/src/main/jastadd/DependencyGraphReachability.jrag | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dg/src/main/jastadd/DependencyGraphReachability.jrag b/dg/src/main/jastadd/DependencyGraphReachability.jrag
index d830588..7fa24b4 100644
--- a/dg/src/main/jastadd/DependencyGraphReachability.jrag
+++ b/dg/src/main/jastadd/DependencyGraphReachability.jrag
@@ -69,7 +69,7 @@ aspect Reachability {
 //		if (visited.containsKey(n)) return;
 //		visited.put(n,-1);
 //		for (Component s:n.getFromList())
-//			s.visit(visited,locked);
+//			visit(s,visited,locked);
 //		locked.addFirst(n);		
 //  }
 //  
-- 
GitLab