mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-08 10:15:51 +08:00
Code cleanup (#4246)
This commit is contained in:
@ -33,6 +33,7 @@ public class LinearSearchThread {
|
||||
}
|
||||
boolean found = t.getResult() || t1.getResult() || t2.getResult() || t3.getResult();
|
||||
System.out.println("Found = " + found);
|
||||
in.close();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user