uschindler commented on code in PR #15285:
URL: https://github.com/apache/lucene/pull/15285#discussion_r2423244754
##########
lucene/core/src/java25/org/apache/lucene/internal/vectorization/VectorizedVectorizationProvider.java:
##########
@@ -28,30 +28,30 @@
import org.apache.lucene.util.SuppressForbidden;
/** A vectorization provider that leverages the Panama Vector API. */
-final class PanamaVectorizationProvider extends VectorizationProvider {
+final class VectorizedVectorizationProvider extends VectorizationProvider {
Review Comment:
Can we just keep the class name the same? The Panama name is correct here.
Please don't change it.
--
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]