Skip to content

Commit

Permalink
Shorten javadoc comment line in Lab 08 assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
100yo committed Nov 30, 2024
1 parent 118675c commit 17ccaba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 08-lambdas-and-stream-api/lab/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ public interface TransactionAnalyzer {

/**
* Calculates the risk score for each account based on the loaded rules.
* The score for each account is a double-precision floating-point number in the interval [0, 1] and is formed
* by summing up the weights of all applicable rules to the account transactions.
* The score for each account is a double-precision floating-point number in the interval [0, 1] and is
* formed by summing up the weights of all applicable rules to the account transactions.
* The result is sorted in descending order, with the highest-risk accounts listed first.
*
* @return a map where keys are account IDs (strings) and values are risk scores (doubles).
Expand Down

0 comments on commit 17ccaba

Please sign in to comment.