Skip to content

Commit

Permalink
refactor(test): expose internal class
Browse files Browse the repository at this point in the history
Explicitly exposes ExporterMappedObject, as it's already implicitly
accessible/exposed via the `setJson` methods that its public sub-classes
inherit.

(cherry picked from commit 354b139)
  • Loading branch information
npepinpe committed Jun 4, 2021
1 parent 1399419 commit 9ae4569
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import com.fasterxml.jackson.annotation.JsonIgnore;
import io.camunda.zeebe.broker.exporter.ExporterObjectMapper;

class ExporterMappedObject {
public class ExporterMappedObject {

protected static final ExporterObjectMapper OBJECT_MAPPER = new ExporterObjectMapper();

Expand Down

0 comments on commit 9ae4569

Please sign in to comment.