yswdqz commented on code in PR #11365:
URL: https://github.com/apache/skywalking/pull/11365#discussion_r1365616426


##########
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:
   In SkyWalkingFeature, but I'm hesitating on whether to keep this class. I'll 
take a look after the CI for my repository finishes running.



-- 
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