mirror of
https://github.com/peterdell/wudsn-ide.git
synced 2024-12-21 18:29:40 +00:00
Cleanup TODOs for default paths output
This commit is contained in:
parent
18a327371f
commit
21baba5bf7
@ -391,7 +391,7 @@ public final class LanguageHelpContentProducer implements IHelpContentProducer {
|
||||
writer.writeTableRowCode(Texts.TOC_COMPILER_HELP_DOCUMENTS_LABEL, innerWriter.toHTML());
|
||||
|
||||
List<CompilerPath> defaultPaths = compilerDefinition.getDefaultPaths();
|
||||
innerWriter = new HTMLWriter(); // TODO: Breaks layout if there are no paths
|
||||
innerWriter = new HTMLWriter();
|
||||
if (!defaultPaths.isEmpty()) {
|
||||
innerWriter.beginTable(false);
|
||||
for (CompilerPath compilerPath : defaultPaths) {
|
||||
|
Loading…
Reference in New Issue
Block a user