Skip to content

Commit e3b3481

Browse files
committed
Fix typo in Javadoc
1 parent 9239ab1 commit e3b3481

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-core/src/main/java/org/springframework/core/DecoratingProxy.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2016 the original author or authors.
2+
* Copyright 2002-2019 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.
@@ -27,7 +27,7 @@
2727
* class there anyway.
2828
*
2929
* <p>Defined in the core module in order to allow
30-
* #{@link org.springframework.core.annotation.AnnotationAwareOrderComparator}
30+
* {@link org.springframework.core.annotation.AnnotationAwareOrderComparator}
3131
* (and potential other candidates without spring-aop dependencies) to use it
3232
* for introspection purposes, in particular annotation lookups.
3333
*

0 commit comments

Comments
 (0)