Commit 27b74980 authored by Savorboard's avatar Savorboard

Modify the access level

parent 768a62c3
...@@ -4,7 +4,7 @@ using Newtonsoft.Json; ...@@ -4,7 +4,7 @@ using Newtonsoft.Json;
namespace DotNetCore.CAP.Infrastructure namespace DotNetCore.CAP.Infrastructure
{ {
internal static class Helper public static class Helper
{ {
private static readonly DateTime Epoch = new DateTime(1970, 1, 1, 0, 0, 0, DateTimeKind.Utc); private static readonly DateTime Epoch = new DateTime(1970, 1, 1, 0, 0, 0, DateTimeKind.Utc);
private static JsonSerializerSettings _serializerSettings; private static JsonSerializerSettings _serializerSettings;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment