Skip to content

Commit

Permalink
Issue #559: Made Acknowledgement#TYPE constant public as access is …
Browse files Browse the repository at this point in the history
…required from another package.

Signed-off-by: Juergen Fickel <juergen.fickel@bosch.io>
  • Loading branch information
Juergen Fickel committed Oct 18, 2021
1 parent 1cdda55 commit 42af772
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,12 @@
public final class Acknowledgement implements CommandResponse<Acknowledgement>, WithOptionalEntity, WithEntityType,
SignalWithEntityId<Acknowledgement> {

static final String TYPE = "acknowledgement";
/**
* The type of {@code Acknowledgement} signals.
* @since 2.2.0
*/
public static final String TYPE = "acknowledgement";

private static final String TRUE_STRING = Boolean.TRUE.toString();

private final AcknowledgementLabel label;
Expand Down

0 comments on commit 42af772

Please sign in to comment.