Skip to content

Commit

Permalink
fix: ReadFromFolderDict is internal
Browse files Browse the repository at this point in the history
  • Loading branch information
aneojgurhem committed Sep 26, 2023
1 parent 1676231 commit a36e5c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/csharp/ArmoniK.Api.Worker/Worker/TaskHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

namespace ArmoniK.Api.Worker.Worker;

public class ReadFromFolderDict : IReadOnlyDictionary<string, byte[]>
internal class ReadFromFolderDict : IReadOnlyDictionary<string, byte[]>
{
private readonly Dictionary<string, byte[]> data_ = new();
private readonly IList<string> dataDependencies_;
Expand Down

0 comments on commit a36e5c1

Please sign in to comment.