From e2b0555f96594c2321990d0deeac45fc44d4f123 Mon Sep 17 00:00:00 2001 From: Marius Grama Date: Tue, 16 Apr 2019 21:50:42 +0200 Subject: [PATCH] Updated the Copyright header. --- .../retry/interceptor/StatefulRetryOperationsInterceptor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/springframework/retry/interceptor/StatefulRetryOperationsInterceptor.java b/src/main/java/org/springframework/retry/interceptor/StatefulRetryOperationsInterceptor.java index 8fa1580..d24fa50 100644 --- a/src/main/java/org/springframework/retry/interceptor/StatefulRetryOperationsInterceptor.java +++ b/src/main/java/org/springframework/retry/interceptor/StatefulRetryOperationsInterceptor.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2016 the original author or authors. + * Copyright 2006-2019 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.