Skip to content

Commit

Permalink
Force update.
Browse files Browse the repository at this point in the history
  • Loading branch information
Randy Armstrong committed Dec 2, 2023
1 parent 0732646 commit 0667ff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Opc.Ua.CloudLib.Client/RestClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public void Dispose()
client.Dispose();
}

[Obsolete("Use GetBasicNodesetInformationAsync with offset and limit")]
[Obsolete("Use GetBasicNodesetInformationAsync with offset and limit.")]
public async Task<List<UANodesetResult>> GetBasicNodesetInformationAsync(List<string> keywords = null)
{
var nodeSetResults = new List<UANodesetResult>();
Expand Down

0 comments on commit 0667ff8

Please sign in to comment.