[
https://issues.apache.org/jira/browse/GEODE-7292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16958268#comment-16958268
]
Kirk Lund commented on GEODE-7292:
----------------------------------
Fixed by this commit which has the wrong ticket #:
{noformat}
commit 78c4aac8dc18e43f26b14013e106e2c8a7b4c982
Author: Kirk Lund <[email protected]>
Date: Fri Sep 28 11:44:21 2018 -0700
GEODE-2644: Use LINE_SEPARATOR in logging classes (#2525)
Use org.apache.commons.lang.SystemUtils.LINE_SEPARATOR instead of \n.
{noformat}
> Replace uses of SystemUtils.PATH_SEPARATOR with File.pathSeparator
> ------------------------------------------------------------------
>
> Key: GEODE-7292
> URL: https://issues.apache.org/jira/browse/GEODE-7292
> Project: Geode
> Issue Type: Improvement
> Components: core
> Reporter: Kirk Lund
> Assignee: Kirk Lund
> Priority: Major
>
> Uses of org.apache.commons.lang3.SystemUtils.PATH_SEPARATOR should be
> replaced with java.io.File.pathSeparator.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)