Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Stack/Opc.Ua.Core/Schema/ApplicationConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@ public CertificateIdentifierCollection ApplicationCertificates
}

// If both legacy (<ApplicationCertificate>) and modern (<ApplicationCertificates>) elements
// are present during deserialization (as a consequence of previous serialization that included both unintentionally),
// are present during deserialization (as a consequence of previous serialization that included both unintentionally),
// prefer the modern representation and clear the
// deprecated flag when we process the collection below.

Expand Down Expand Up @@ -2039,7 +2039,7 @@ public EndpointDescriptionCollection DiscoveryServers
/// Gets or sets the default operation limits of the OPC UA client.
/// </summary>
/// <remarks>
/// Values not equal to zero are overwritten with smaller values set by the server.
/// Values are overwritten with values set by the server.
/// The values are used to limit client service calls.
/// </remarks>
[DataMember(IsRequired = false, Order = 6)]
Expand Down