Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into AI-230
Browse files Browse the repository at this point in the history
  • Loading branch information
neildsouth committed Oct 13, 2023
2 parents adba915 + a2faedc commit fab4b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Messaging/Common/ArtifactTypes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ namespace Monai.Deploy.Messaging.Common
{
public static class ArtifactTypes
{
private static readonly Dictionary<ArtifactType, string> ListOfModularity = new()
public static readonly Dictionary<ArtifactType, string> ListOfModularity = new()

Check warning on line 21 in src/Messaging/Common/ArtifactTypes.cs

View workflow job for this annotation

GitHub Actions / unit-test

Use an immutable collection or reduce the accessibility of the non-private readonly field 'ListOfModularity'.

Check warning on line 21 in src/Messaging/Common/ArtifactTypes.cs

View workflow job for this annotation

GitHub Actions / unit-test

Use an immutable collection or reduce the accessibility of the public static field 'ListOfModularity'.

Check warning on line 21 in src/Messaging/Common/ArtifactTypes.cs

View workflow job for this annotation

GitHub Actions / unit-test

Use an immutable collection or reduce the accessibility of the non-private readonly field 'ListOfModularity'.

Check warning on line 21 in src/Messaging/Common/ArtifactTypes.cs

View workflow job for this annotation

GitHub Actions / unit-test

Use an immutable collection or reduce the accessibility of the public static field 'ListOfModularity'.
{
{ ArtifactType.Unset, "Unset" },
{ ArtifactType.Folder, "Folders" },
Expand Down

0 comments on commit fab4b09

Please sign in to comment.