milleruntime commented on pull request #2109:
URL: https://github.com/apache/accumulo/pull/2109#issuecomment-840814476
@ctubbsii this bug makes me wonder if there is an issue with the
autoformatter. Is it possible that the line was coded like this:
<pre>
"{'name':'medium','maxSize':'128M','numThreads':2},{'name':'large','numThreads':2}]".replaceAll("'",
"\""),
</pre>
But was automatically split, changing the output:
<pre>
"{'name':'medium','maxSize':'128M','numThreads':2},"
+ "{'name':'large','numThreads':2}]".replaceAll("'", "\""),
</pre>
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]