Mercurial Hosting > reactionary
diff src/java.html.luan @ 65:7c496678f32a
mikraite links
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Sat, 24 Aug 2024 21:45:21 -0600 |
parents | c385a4f75b10 |
children | b1982e401900 |
line wrap: on
line diff
--- a/src/java.html.luan Fri Aug 16 11:06:52 2024 -0400 +++ b/src/java.html.luan Sat Aug 24 21:45:21 2024 -0600 @@ -34,7 +34,7 @@ <ul history> <li>Java 1.0 was release in 1995.</li> - <li>Java 1.1 (1997) added reflection which was good. It also added inner classes which had problems as I discussed <a href="http://www.mikraite.org/Jave-inner-classes-tp3503.html">here</a>.</li> + <li>Java 1.1 (1997) added reflection which was good. It also added inner classes which had problems as I discussed <a href="http://mikraite.arkian.net/Jave-inner-classes-tp3503.html">here</a>.</li> <li>Java 1.2 (1998) didn't change the language.</li> <li>Java 1.4 (2002) added "assert" which is harmless though I don't use it.</li> <li>