Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Havret committed Mar 19, 2024
1 parent e791b17 commit bc7a90b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ArtemisNetCoreClient/Endpoint.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ namespace ActiveMQ.Artemis.Core.Client;
public class Endpoint
{
/// <summary>
/// Gets or sets the protocol scheme.
/// Gets or sets the host of the endpoint.
/// </summary>
public string Host { get; init; }
public required string Host { get; init; }

/// <summary>
/// Gets or sets the port number of the endpoint.
Expand Down

0 comments on commit bc7a90b

Please sign in to comment.