Skip to content

Commit b6dddcc

Browse files
committed
Include @ in javadoc links for annotations
See gh-13988
1 parent b97c188 commit b6dddcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-boot/src/main/java/org/springframework/boot/env/EnvironmentPostProcessor.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2016 the original author or authors.
2+
* Copyright 2012-2018 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -30,7 +30,7 @@
3030
* <p>
3131
* {@code EnvironmentPostProcessor} processors are encouraged to detect whether Spring's
3232
* {@link org.springframework.core.Ordered Ordered} interface has been implemented or if
33-
* the @{@link org.springframework.core.annotation.Order Order} annotation is present and
33+
* the {@link org.springframework.core.annotation.Order @Order} annotation is present and
3434
* to sort instances accordingly if so prior to invocation.
3535
*
3636
* @author Andy Wilkinson

0 commit comments

Comments
 (0)