From 8d7660a8b79f5aefa4c29c847dc8fb5e398a1c32 Mon Sep 17 00:00:00 2001 From: mikereiche Date: Fri, 6 Jan 2023 10:19:13 -0800 Subject: [PATCH] Fix copyright year that I broke. Close #1637. --- .../core/convert/CouchbasePropertyValueConverterFactory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/springframework/data/couchbase/core/convert/CouchbasePropertyValueConverterFactory.java b/src/main/java/org/springframework/data/couchbase/core/convert/CouchbasePropertyValueConverterFactory.java index adca49f4d..3122ff87f 100644 --- a/src/main/java/org/springframework/data/couchbase/core/convert/CouchbasePropertyValueConverterFactory.java +++ b/src/main/java/org/springframework/data/couchbase/core/convert/CouchbasePropertyValueConverterFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2023 the original author or authors + * Copyright 2022-2023 the original author or authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.