Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Aiven-Open/auth-for-apache-kafka
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 75360edb3ea2c6d0bbdc9d656659c7b034156c4f
Choose a base ref
..
head repository: Aiven-Open/auth-for-apache-kafka
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d2938edb5666cf8acdc63b8d3702940562e08db0
Choose a head ref
Showing with 0 additions and 1 deletion.
  1. +0 −1 src/main/java/io/aiven/kafka/auth/nativeacls/AclAivenToNativeConverter.java
Original file line number Diff line number Diff line change
@@ -29,7 +29,6 @@ public class AclAivenToNativeConverter {
public static List<AclBinding> convert(final AivenAcl aivenAcl) {
final List<AclBinding> result = new ArrayList<>();
if (aivenAcl.resourceRePattern != null) {
// resourceRePattern are for internal rules, so don't return them
return result;
}