This is an automated email from the ASF dual-hosted git repository.

pedro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git


The following commit(s) were added to refs/heads/master by this push:
     new 49cde3e54f WICKET-7024 Javadoc
49cde3e54f is described below

commit 49cde3e54f5efa882ac796d6f8095a8e33f9bd5f
Author: Pedro Santos <[email protected]>
AuthorDate: Fri Nov 29 11:17:08 2024 -0300

    WICKET-7024 Javadoc
---
 .../util/resource/locator/caching/CachingResourceStreamLocator.java    | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/wicket-core/src/main/java/org/apache/wicket/core/util/resource/locator/caching/CachingResourceStreamLocator.java
 
b/wicket-core/src/main/java/org/apache/wicket/core/util/resource/locator/caching/CachingResourceStreamLocator.java
index 7cc3a45684..8dece40fd5 100644
--- 
a/wicket-core/src/main/java/org/apache/wicket/core/util/resource/locator/caching/CachingResourceStreamLocator.java
+++ 
b/wicket-core/src/main/java/org/apache/wicket/core/util/resource/locator/caching/CachingResourceStreamLocator.java
@@ -110,8 +110,9 @@ public class CachingResourceStreamLocator implements 
IResourceStreamLocator
        }
 
        /**
-        * @deprecated
+        * @deprecated use {@link #locate(Class, String, String, String, 
Locale, String, boolean, boolean)}
         */
+       @Deprecated(since = "9.19.0, 10.3.0")
        @Override
        public IResourceStream locate(Class<?> scope, String path, String 
style, String variation,
                Locale locale, String extension, boolean strict)

Reply via email to