[
https://issues.apache.org/jira/browse/NIFI-16143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18099052#comment-18099052
]
ASF subversion and git services commented on NIFI-16143:
--------------------------------------------------------
Commit e3cb8cf1261d1875c95e79f339f05ef302867a61 in nifi's branch
refs/heads/main from dan-s1
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=e3cb8cf1261 ]
NIFI-16143 Removed unnecessary calls of String.valueOf on a String (#11475)
Signed-off-by: David Handermann <[email protected]>
> Remove unnecessary conversion to 'String'
> -----------------------------------------
>
> Key: NIFI-16143
> URL: https://issues.apache.org/jira/browse/NIFI-16143
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Daniel Stieglitz
> Assignee: Daniel Stieglitz
> Priority: Trivial
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Running Intellij
> Analyze -> Run Inspection by Name -> Unnecessary conversion to 'String'
> indicates there are a couple of places in the code where String.valueOf is
> used on a string.
> The purpose of this ticket is to remove the use of String.valueOf in these
> places.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)