mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-15 00:03:43 +01:00
removed sorting of dependencies
This commit is contained in:
@@ -309,8 +309,8 @@ public class Engine implements FileFilter, AutoCloseable {
|
||||
*/
|
||||
public synchronized void sortDependencies() {
|
||||
//TODO - is this actually necassary????
|
||||
Collections.sort(dependencies);
|
||||
dependenciesExternalView = null;
|
||||
// Collections.sort(dependencies);
|
||||
// dependenciesExternalView = null;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user