Commit 8d81527a authored by Savorboard's avatar Savorboard

modofiy class access level for diagnostics.

parent b512030e
...@@ -8,7 +8,7 @@ namespace DotNetCore.CAP.Internal ...@@ -8,7 +8,7 @@ namespace DotNetCore.CAP.Internal
/// <summary> /// <summary>
/// A context for consumers, it used to be provider wrapper of method description and received message. /// A context for consumers, it used to be provider wrapper of method description and received message.
/// </summary> /// </summary>
internal class ConsumerContext public class ConsumerContext
{ {
/// <summary> /// <summary>
/// create a new instance of <see cref="ConsumerContext" /> . /// create a new instance of <see cref="ConsumerContext" /> .
......
...@@ -9,7 +9,7 @@ namespace DotNetCore.CAP.Internal ...@@ -9,7 +9,7 @@ namespace DotNetCore.CAP.Internal
/// <summary> /// <summary>
/// A descriptor of user definition method. /// A descriptor of user definition method.
/// </summary> /// </summary>
internal class ConsumerExecutorDescriptor public class ConsumerExecutorDescriptor
{ {
public MethodInfo MethodInfo { get; set; } public MethodInfo MethodInfo { get; set; }
......
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