Skip to content

Commit

Permalink
fix(java): import map
Browse files Browse the repository at this point in the history
  • Loading branch information
shortcuts committed Dec 1, 2023
1 parent 83d41e3 commit 8249077
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/java/oneof_interface.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import com.algolia.utils.CompoundType;

import java.io.IOException;
import java.util.List;
import java.util.Map;
import java.util.logging.Logger;

/**
Expand Down Expand Up @@ -125,4 +126,4 @@ public interface {{classname}} {
{{/isNullable}}
}
}
}
}

0 comments on commit 8249077

Please sign in to comment.