Skip to content

Commit a66b5ed

Browse files
committed
GH-3027: Fix @since
1 parent ba01768 commit a66b5ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spring-integration-file/src/main/java/org/springframework/integration/file/remote/aop/AbstractStandardRotationPolicy.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,10 @@
4141
* @author Artem Bilan
4242
* @author David Turanski
4343
*
44-
* @since 5.2.0
44+
* @since 5.1.8
4545
*/
4646
public abstract class AbstractStandardRotationPolicy implements RotationPolicy {
47+
4748
protected final Log logger = LogFactory.getLog(getClass()); // NOSONAR final
4849

4950
private final DelegatingSessionFactory<?> factory; // NOSONAR final

0 commit comments

Comments
 (0)