kaivalnp commented on code in PR #15285:
URL: https://github.com/apache/lucene/pull/15285#discussion_r2423263651
##########
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:
Sure, I don't have strong opinions on this. Changed back to the original
`Panama*` names :)
--
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]