Commit abdb5999 authored by Carlos Galindo's avatar Carlos Galindo
Browse files

fix: typo in last commit

parent ab624105
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -185,7 +185,7 @@ public class Slicer {
        List<Problem> problems = new LinkedList<>();
        boolean scFileFound = false;
        for (File file : (Iterable<File>) findAllJavaFiles(dirIncludeSet)::iterator)
            scFileFouah, nd |= parse(file, units, problems);
            scFileFound |= parse(file, units, problems);
        if (!scFileFound)
            parse(scFile, units, problems);
        if (!problems.isEmpty()) {