gerlowskija commented on code in PR #1080: URL: https://github.com/apache/solr/pull/1080#discussion_r997255652
########## solr/core/src/java/org/apache/solr/handler/admin/api/RenameClusterAPI.java: ########## @@ -0,0 +1,46 @@ +package org.apache.solr.handler.admin.api; Review Comment: [-1] Source code in Solr uses a particular copyright header in all files, and we'll need to add this here (and on any other new files in this PR). (You can find it at the very top of any `.java` source file and copy/paste it from there). I have a really hard time remembering this, so I've found it really helpful to have my editor add this into all new files automatically by setting up what's essentially a "template" for new source code files. I use IntelliJ personally, so I'll link the docs for that one [here](https://www.jetbrains.com/help/idea/using-file-and-code-templates.html#create-new-template). -- 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]
