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.*;
/**
* Used to analyse on which inputs a given output depends.
* So you only have to take into account the inputs, a given outputs
* depends on.
* Used to analyse on which inputs a given output depends on.
* So you only have to take into account the inputs, a given output
* really depends on.
* Created by hneemann on 11.06.17.
*/
public class DependencyAnalyser {