nicoloboschi commented on a change in pull request #2899:
URL: https://github.com/apache/bookkeeper/pull/2899#discussion_r754521786



##########
File path: 
tests/shaded/distributedlog-core-shaded-test/src/test/java/org/apache/bookkeeper/tests/shaded/DistributedLogCoreShadedJarTest.java
##########
@@ -59,7 +59,7 @@ public void testProtobufIsShaded() throws Exception {
 
     @Test
     public void testProtobufShadedPath() throws Exception {
-        Class.forName("dlshade.com.google.protobuf.Message");
+        
Class.forName("org.apache.bookkeeper.shaded.com.google.protobuf.Message");

Review comment:
       Why this? I think there is a duplicate rule for com.google in the 
build.gradle




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