cpoerschke commented on code in PR #3224:
URL: https://github.com/apache/solr/pull/3224#discussion_r1977549833


##########
solr/core/src/java/org/apache/solr/handler/component/SearchHandler.java:
##########
@@ -726,7 +726,7 @@ private static boolean prepareComponents(
     return true;
   }
 
-  private static String stageInEnglish(int nextStage) {
+  protected String stageToString(int nextStage) {

Review Comment:
   How about dropping the `next` prefix?
   ```suggestion
     protected String stageToString(int stage) {
   ```



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