aboutsummaryrefslogtreecommitdiff
path: root/lib/VNLib.Data.Caching
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-05-26 21:46:01 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2023-05-26 21:46:01 -0400
commit392b38a40e01f2d4dbd457da122dfaf7a1ffe00f (patch)
treebd4d73f24e56b7a02092bed8c6cd3a868d4db862 /lib/VNLib.Data.Caching
parent29ea4d97fd29adc44f07c7f90c0e06d5e946cff8 (diff)
Minior refactor
Diffstat (limited to 'lib/VNLib.Data.Caching')
-rw-r--r--lib/VNLib.Data.Caching/src/ClientExtensions.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/VNLib.Data.Caching/src/ClientExtensions.cs b/lib/VNLib.Data.Caching/src/ClientExtensions.cs
index 1920398..2ac8b40 100644
--- a/lib/VNLib.Data.Caching/src/ClientExtensions.cs
+++ b/lib/VNLib.Data.Caching/src/ClientExtensions.cs
@@ -288,7 +288,6 @@ namespace VNLib.Data.Caching
/// Updates the state of the object, and optionally updates the ID of the object. The data
/// parameter is serialized, buffered, and streamed to the remote server
/// </summary>
- /// <typeparam name="T"></typeparam>
/// <param name="client"></param>
/// <param name="objectId">The id of the object to update or replace</param>
/// <param name="newId">An optional parameter to specify a new ID for the old object</param>