Skip to content

Commit 33354ce

Browse files
emilienbevCopilot
andauthored
Fix typo expiryTIme
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Emilien Bevierre <44171454+emilienbev@users.noreply.github.com>
1 parent 8885c00 commit 33354ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/springframework/data/couchbase/core/TemplateSupport.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public interface TemplateSupport {
2929

3030
CouchbaseDocument encodeEntity(Object entityToEncode);
3131

32-
<T> T decodeEntity(Object id, String source, Long cas, Instant expiryTIme, Class<T> entityClass, String scope,
32+
<T> T decodeEntity(Object id, String source, Long cas, Instant expiryTime, Class<T> entityClass, String scope,
3333
String collection, Object txResultHolder, CouchbaseResourceHolder holder);
3434

3535
<T> T decodeEntity(Object id, byte[] source, Long cas, Instant expiryTime, Class<T> entityClass, String scope,

0 commit comments

Comments
 (0)