From a968a5cb184edcb09ba3cf7476fb9d38c0a285a2 Mon Sep 17 00:00:00 2001
From: "Dr. Martin Goik" <goik@hdm-stuttgart.de>
Date: Sun, 3 Jun 2018 15:45:10 +0200
Subject: [PATCH] Cosmetics

---
 Doc/Sd1/inheritance.xml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/Doc/Sd1/inheritance.xml b/Doc/Sd1/inheritance.xml
index 8f7256c33..aa8e1dc3b 100644
--- a/Doc/Sd1/inheritance.xml
+++ b/Doc/Sd1/inheritance.xml
@@ -1352,11 +1352,10 @@ Type Rectangle</screen></td>
   }
  ...</programlisting>
 
-      <remark>if <code language="java">o == null</code> then <code
+      <para>if <code language="java">o == null</code> then <code
       language="java">o <link
       xlink:href="https://docs.oracle.com/javase/specs/jls/se7/html/jls-15.html#jls-15.20.2">instanceof</link>
-      Rectangle</code> evaluates to <code
-      language="java">false</code>.</remark>
+      Rectangle</code> evaluates to <code language="java">false</code>.</para>
     </figure>
 
     <figure xml:id="sd1_inherit_fig_circleEquals">
-- 
GitLab