Merge pull request #7221 from rcordovano/7861-disambiguate-node-lookup

Format AnalysisResultsViewModel.java
This commit is contained in:
Richard Cordovano 2021-08-27 17:08:22 -04:00 committed by GitHub
commit 4f62b90f65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -252,7 +252,7 @@ public class AnalysisResultsViewModel {
try {
nodeContent = Optional.of(content);
// get the aggregate score of that content
aggregateScore = Optional.ofNullable(content.getAggregateScore());