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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-bcel.git


The following commit(s) were added to refs/heads/master by this push:
     new 05a10c61 Fix link to Java reflection documentaion
05a10c61 is described below

commit 05a10c61708f13117eb60e2982437dc35475e2e8
Author: Gary David Gregory (Code signing key) <ggreg...@apache.org>
AuthorDate: Sun Oct 2 16:01:14 2022 -0400

    Fix link to Java reflection documentaion
---
 src/site/xdoc/manual/application-areas.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/site/xdoc/manual/application-areas.xml 
b/src/site/xdoc/manual/application-areas.xml
index 2a2623e1..302cb3c0 100644
--- a/src/site/xdoc/manual/application-areas.xml
+++ b/src/site/xdoc/manual/application-areas.xml
@@ -81,7 +81,7 @@
         This concept enables developers to use <em>load-time
         reflection</em> to implement their ideas as opposed to the static
         reflection supported by the <a
-              
href="http://java.sun.com/j2se/1.3/docs/guide/reflection/index.html";>Java
+              
href="https://docs.oracle.com/javase/8/docs/technotes/guides/reflection/index.html";>Java
         Reflection API</a>. Load-time transformations supply the user with
         a new level of abstraction. They are not strictly tied to the static
         constraints of the original authors of the classes but may

Reply via email to