mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-04-30 20:24:32 +02:00
fixed git merge problem
Former-commit-id: c9b325d28586a399bd666dbe235e73913f26b81e
This commit is contained in:
@@ -459,7 +459,7 @@ public class CPEAnalyzer implements Analyzer {
|
||||
list.add(word);
|
||||
}
|
||||
}
|
||||
if (tempWord != null) {
|
||||
if (tempWord != null && !list.isEmpty()) {
|
||||
String tmp = list.get(list.size() - 1) + tempWord;
|
||||
list.add(tmp);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user