Skip to content

Commit

Permalink
refactor: make exporter final
Browse files Browse the repository at this point in the history
  • Loading branch information
javier-godoy authored and paodb committed Sep 16, 2024
1 parent de80894 commit 211151d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ abstract class BaseStreamResourceWriter<T> implements StreamResourceWriter {

private static final Logger LOGGER = LoggerFactory.getLogger(BaseStreamResourceWriter.class);

protected GridExporter<T> exporter;
protected final GridExporter<T> exporter;
private String template;

public BaseStreamResourceWriter(GridExporter<T> exporter) {
Expand Down

0 comments on commit 211151d

Please sign in to comment.