Skip to content

Commit

Permalink
fix: adjusting line size
Browse files Browse the repository at this point in the history
  • Loading branch information
mgaseta committed Oct 22, 2024
1 parent 81d86f1 commit 5027a1e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ public class ParentTreeService {
//CHECKSTYLE:OFF: VariableDeclarationUsageDistance
public PtCalculationResDto calculatePtVals(PtValsCalReqDto ptVals) {
SparLog.info(
"Started calculation for parent tree contribution values. Number of orchard parent received:"
+ " {}. Number of SMP mix parent tree received: {}.",
"Started calculation for parent tree contribution values. Number of orchard parent"
+ " received: {}. Number of SMP mix parent tree received: {}.",
ptVals.orchardPtVals().size(),
ptVals.smpMixIdAndProps().size());

Expand Down

0 comments on commit 5027a1e

Please sign in to comment.