From f3e945c646145eed89ec4e8499de375a9d4d438c Mon Sep 17 00:00:00 2001 From: Erich Schubert Date: Sat, 27 Oct 2018 23:08:20 +0200 Subject: [PATCH] Remove warning in code obsoleted by commit #a29ba215 --- src/main/java/org/umlgraph/doclet/ClassGraph.java | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/main/java/org/umlgraph/doclet/ClassGraph.java b/src/main/java/org/umlgraph/doclet/ClassGraph.java index 39f1c39..c6f0dfb 100644 --- a/src/main/java/org/umlgraph/doclet/ClassGraph.java +++ b/src/main/java/org/umlgraph/doclet/ClassGraph.java @@ -439,11 +439,6 @@ class ClassGraph { tagvalue(opt, c); firstInnerTableEnd(opt); - /* - * Warning: The boolean expressions guarding innerTableStart() - * in this block, should match those in the code block above - * marked: "Calculate the number of innerTable rows we will emmit" - */ if (showMembers) { if (opt.showAttributes) { innerTableStart();