sijie commented on a change in pull request #11453:
URL: https://github.com/apache/pulsar/pull/11453#discussion_r678713728
##########
File path:
pulsar-common/src/main/java/org/apache/pulsar/common/policies/data/OffloadPoliciesImpl.java
##########
@@ -472,7 +472,7 @@ private static Object getCompatibleValue(Properties
properties, Field field) {
return value((String) object, field);
}
- public static class OffloadPoliciesImplBuilder {
+ public static class OffloadPoliciesImplBuilder implements
OffloadPolicies.Builder{
Review comment:
```suggestion
public static class OffloadPoliciesImplBuilder implements
OffloadPolicies.Builder {
```
--
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]