Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
/**
* Implements a {@link CloudEventReader} that can deserialize a {@link CloudEvent} protobuf representation;
*/
class ProtoDeserializer implements CloudEventReader {
public class ProtoDeserializer implements CloudEventReader {
private final CloudEvent protoCe;

public ProtoDeserializer(CloudEvent protoCe) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
/**
* Provides functionality for turning a {@link io.cloudevents.CloudEvent} to the protobuf representation {@link CloudEvent}.
*/
class ProtoSerializer {
public class ProtoSerializer {

/**
* Convert the Java SDK CloudEvent into a protobuf representation.
Expand Down