aboutsummaryrefslogtreecommitdiffstats
path: root/tutorial/tutorial2.html
diff options
context:
space:
mode:
Diffstat (limited to 'tutorial/tutorial2.html')
-rw-r--r--tutorial/tutorial2.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tutorial/tutorial2.html b/tutorial/tutorial2.html
index 31df6720..50ee8ec0 100644
--- a/tutorial/tutorial2.html
+++ b/tutorial/tutorial2.html
@@ -1586,7 +1586,7 @@ have the same name but take different parameter lists.
<ul><pre>
class A {}
class B extends A {}
-class C extends C {}
+class C extends B {}
class X {
void foo(A a) { .. }