mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-21 16:49: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() {
|
public synchronized void sortDependencies() {
|
||||||
//TODO - is this actually necassary????
|
//TODO - is this actually necassary????
|
||||||
Collections.sort(dependencies);
|
// Collections.sort(dependencies);
|
||||||
dependenciesExternalView = null;
|
// dependenciesExternalView = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user