dsmiley commented on code in PR #3355:
URL: https://github.com/apache/solr/pull/3355#discussion_r2114388302
##########
solr/core/src/test/org/apache/solr/search/facet/SpatialHeatmapFacetsTest.java:
##########
@@ -438,8 +436,7 @@ public void testJsonFacets() throws Exception {
+ " } "
+ "}"));
{
- NamedList<Object> entries1 = response.getResponse();
- final NamedList<?> q1Res = (NamedList<?>)
entries1._get(List.of("facets", "q1"), null);
+ final NamedList<?> q1Res = (NamedList<?>)
response.getResponse()._get(List.of("facets", "q1"), null);
Review Comment:
remember "gw tidy", I see here and elsewhere. I think you can configure
IntelliJ better so that basic indentation like this would not be incorrect so
often. I have an idea that I'll raise elsewhere that should reduce this
annoyance.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]