From c6e6a3e44db3ae9f05ab9fb8a6f3c607c04ea472 Mon Sep 17 00:00:00 2001 From: Sam Brannen <104798+sbrannen@users.noreply.github.com> Date: Sun, 18 Feb 2024 18:19:59 +0100 Subject: [PATCH] Link to section in reference manual --- .../springframework/context/annotation/ScopedProxyMode.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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