wu-sheng commented on code in PR #11365:
URL: https://github.com/apache/skywalking/pull/11365#discussion_r1365596306


##########
oap-server/server-library/library-elasticsearch-client/src/main/java/org/apache/skywalking/library/elasticsearch/response/search/SearchHits.java:
##########
@@ -48,7 +48,7 @@ public Iterator<SearchHit> iterator() {
         return getHits().iterator();
     }
 
-    static final class TotalDeserializer extends JsonDeserializer<Integer> {
+    public static final class TotalDeserializer extends 
JsonDeserializer<Integer> {

Review Comment:
   Is this an unexpected change? Why `public`?



-- 
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: notifications-unsubscr...@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to