Skip to content

Commit 9e5fc3a

Browse files
Update Src/DSInternals.Common/Data/LAPS/LapsClearTextPassword.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 674d131 commit 9e5fc3a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Src/DSInternals.Common/Data/LAPS/LapsClearTextPassword.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,9 @@ public DateTime? UpdateTimestamp
6565

6666
/// <summary>
6767
/// Parses a JSON string containing the clear-text password information.
68-
/// </summary>
6968
/// </summary>
7069
/// <param name="json">The JSON string to parse.</param>
71-
/// <returns>>A <see cref="LapsClearTextPassword"/> object containing the parsed information.</returns>
70+
/// <returns>A <see cref="LapsClearTextPassword"/> object containing the parsed information.</returns>
7271
public static LapsClearTextPassword? Parse(string json)
7372
{
7473
return JsonSerializer.Deserialize(json, LapsSerializationContext.Default.LapsClearTextPassword);

0 commit comments

Comments
 (0)