From a3c41b36be5e66b28b8da5184dbd960c294a4ba2 Mon Sep 17 00:00:00 2001 From: Toshiaki Maki Date: Sat, 29 Oct 2016 05:31:59 +0900 Subject: [PATCH] Fix wrong javadoc --- .../org/springframework/retry/annotation/CircuitBreaker.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/springframework/retry/annotation/CircuitBreaker.java b/src/main/java/org/springframework/retry/annotation/CircuitBreaker.java index bd81d88..35af8b5 100644 --- a/src/main/java/org/springframework/retry/annotation/CircuitBreaker.java +++ b/src/main/java/org/springframework/retry/annotation/CircuitBreaker.java @@ -1,5 +1,5 @@ /* - * Copyright 2014 the original author or authors. + * Copyright 2016 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. @@ -27,7 +27,7 @@ import java.lang.annotation.Target; * * @author Dave Syer * @author Artem Bilan - * @since 1.1 + * @since 1.2 * */ @Target({ ElementType.METHOD, ElementType.TYPE })