diff --git a/spring-context/src/main/java/org/springframework/context/annotation/ScopedProxyMode.java b/spring-context/src/main/java/org/springframework/context/annotation/ScopedProxyMode.java index 08e7fd8e32a..d1f6df1d1b2 100644 --- a/spring-context/src/main/java/org/springframework/context/annotation/ScopedProxyMode.java +++ b/spring-context/src/main/java/org/springframework/context/annotation/ScopedProxyMode.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2020 the original author or authors. + * Copyright 2002-2024 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. @@ -20,8 +20,8 @@ package org.springframework.context.annotation; * Enumerates the various scoped-proxy options. * *

For a more complete discussion of exactly what a scoped proxy is, see the - * section of the Spring reference documentation entitled 'Scoped beans as - * dependencies'. + * Scoped Beans as Dependencies section of the Spring reference documentation. * * @author Mark Fisher * @since 2.5