mirror of https://github.com/dapr/quickstarts.git
Make classes internal sealed
Signed-off-by: Marc Duiker <marcduiker@users.noreply.github.com>
This commit is contained in:
parent
9562e155d6
commit
39fcfcf3f9
|
@ -1,4 +1,4 @@
|
|||
public class Constants
|
||||
internal sealed class Constants
|
||||
{
|
||||
public const string DAPR_PUBSUB_COMPONENT = "shippingpubsub";
|
||||
public const string DAPR_PUBSUB_REGISTRATION_TOPIC = "shipment-registration-events";
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
namespace WorkflowApp;
|
||||
public class Constants
|
||||
internal sealed class Constants
|
||||
{
|
||||
public const string DAPR_INVENTORY_COMPONENT = "inventory";
|
||||
public const string DAPR_PUBSUB_COMPONENT = "shippingpubsub";
|
||||
|
|
Loading…
Reference in New Issue