From e3b3481c194abf03074ea4fe7d1ca8093e924e96 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Mon, 24 Jun 2019 12:32:41 +0300 Subject: [PATCH] Fix typo in Javadoc --- .../main/java/org/springframework/core/DecoratingProxy.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-core/src/main/java/org/springframework/core/DecoratingProxy.java b/spring-core/src/main/java/org/springframework/core/DecoratingProxy.java index 3744b0c4a7..c3fb62185b 100644 --- a/spring-core/src/main/java/org/springframework/core/DecoratingProxy.java +++ b/spring-core/src/main/java/org/springframework/core/DecoratingProxy.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2016 the original author or authors. + * Copyright 2002-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. @@ -27,7 +27,7 @@ package org.springframework.core; * class there anyway. * *

Defined in the core module in order to allow - * #{@link org.springframework.core.annotation.AnnotationAwareOrderComparator} + * {@link org.springframework.core.annotation.AnnotationAwareOrderComparator} * (and potential other candidates without spring-aop dependencies) to use it * for introspection purposes, in particular annotation lookups. *