dsmiley commented on code in PR #3902:
URL: https://github.com/apache/solr/pull/3902#discussion_r2575719429


##########
solr/core/src/test/org/apache/solr/response/TestRawResponseWriter.java:
##########
@@ -62,7 +72,7 @@ public static void cleanupWriters() {
     writerJsonBase = null;
     writerBinBase = null;
     writerNoBase = null;
-
+    writeCborBase = null;

Review Comment:
   Just follow Eric's suggestion: `writerCborBase`.  In other words, add an 
"r", one letter.   Maybe you missed the subtlety.  This isn't a project 
standards thing, this is just a recognition that you are adding another line to 
a list of lines that are are consistently named in a particular way.



-- 
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]

Reply via email to