From 8cb78e7b35d7b42a84b3db9fb1fad5fd1bc15465 Mon Sep 17 00:00:00 2001 From: Martin Goik <goik@hdm-stuttgart.de> Date: Tue, 9 Jan 2018 10:41:55 +0100 Subject: [PATCH] =?UTF-8?q?missing=20=C2=BBCircle=C2=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Doc/Sd1/inheritance.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/Sd1/inheritance.xml b/Doc/Sd1/inheritance.xml index ccfebd091..6b162c21c 100644 --- a/Doc/Sd1/inheritance.xml +++ b/Doc/Sd1/inheritance.xml @@ -170,7 +170,7 @@ double height;</programlisting></td> private double height; }</programlisting></td> - <td colspan="2" valign="top"><programlisting language="java">public class extends Shape { + <td colspan="2" valign="top"><programlisting language="java">public class Circle extends Shape { private double radius; }</programlisting></td> </tr> -- GitLab