[
https://issues.apache.org/jira/browse/GEODE-10086?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nabarun Nag resolved GEODE-10086.
---------------------------------
Fix Version/s: 1.16.0
Resolution: Fixed
> Remove unnecessary String builder in Size.java
> ----------------------------------------------
>
> Key: GEODE-10086
> URL: https://issues.apache.org/jira/browse/GEODE-10086
> Project: Geode
> Issue Type: Bug
> Reporter: Nabarun Nag
> Assignee: Nabarun Nag
> Priority: Major
> Labels: needsTriage, pull-request-available
> Fix For: 1.16.0
>
>
> Previously:
> {code:java}
> errMessage
> .append(String.format("The input region name for the %s request is
> null",
> "size"));
> writeErrorResponse(clientMessage, MessageType.SIZE_ERROR,
> errMessage.toString(), {code}
> There is no need for a String builder, a local string will do the job
--
This message was sent by Atlassian Jira
(v8.20.1#820001)