This commit is contained in:
hneemann 2017-06-11 19:39:38 +02:00
parent 6c5ff1cd92
commit f4610a1341

View File

@ -8,9 +8,9 @@ import de.neemann.digital.lang.Lang;
import java.util.*; import java.util.*;
/** /**
* Used to analyse on which inputs a given output depends. * Used to analyse on which inputs a given output depends on.
* So you only have to take into account the inputs, a given outputs * So you only have to take into account the inputs, a given output
* depends on. * really depends on.
* Created by hneemann on 11.06.17. * Created by hneemann on 11.06.17.
*/ */
public class DependencyAnalyser { public class DependencyAnalyser {