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


##########
solr/core/src/java/org/apache/solr/response/PrometheusResponseWriter.java:
##########
@@ -49,7 +49,7 @@
  */
 @SuppressWarnings(value = "unchecked")
 public class PrometheusResponseWriter extends RawResponseWriter {
-  static String CONTENT_TYPE_PROMETHEUS = "text/plain; version=0.0.4";
+  private final String CONTENT_TYPE_PROMETHEUS = "text/plain; version=0.0.4";

Review Comment:
   ```suggestion
     private static final String CONTENT_TYPE_PROMETHEUS = "text/plain; 
version=0.0.4";
   ```



-- 
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: issues-unsubscr...@solr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to