rishabhdaim commented on code in PR #2319:
URL: https://github.com/apache/jackrabbit-oak/pull/2319#discussion_r2116155996


##########
oak-run/src/main/java/org/apache/jackrabbit/oak/plugins/tika/BinaryStats.java:
##########
@@ -131,7 +132,7 @@ private String getSummary(List<MimeTypeStats> stats) {
         return sw.toString();
     }
 
-    private MimeTypeStats createStat(String mimeType) {
+    MimeTypeStats createStat(String mimeType) {

Review Comment:
   Scope increased to add test cases for `MimeTypeStats` comparison.



##########
oak-run/src/main/java/org/apache/jackrabbit/oak/plugins/tika/BinaryStats.java:
##########
@@ -142,7 +143,7 @@ private static String center(String s, int width) {
         return StringGroovyMethods.center(s, width);
     }
 
-    private static class MimeTypeStats implements Comparable<MimeTypeStats> {
+    static class MimeTypeStats implements Comparable<MimeTypeStats> {

Review Comment:
   Scope increased to add test cases for `MimeTypeStats` comparison.



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

Reply via email to