epugh commented on code in PR #2657:
URL: https://github.com/apache/solr/pull/2657#discussion_r1728897327
##########
solr/solrj-streaming/src/java/org/apache/solr/client/solrj/io/eval/Matrix.java:
##########
@@ -61,8 +61,8 @@ public List<String> getRowLabels() {
return rowLabels;
}
- public void setRowLabels(List<String> rowLables) {
- this.rowLabels = rowLables;
+ public void setRowLabels(List<String> rowLabels) {
Review Comment:
this one is okay because we only change the parameter name, not the method
signature.
--
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]