We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7352667 commit 821f8e1Copy full SHA for 821f8e1
flexmark-ext-plantuml/src/main/java/com/vladsch/flexmark/ext/plantuml/PlantUmlBlockNode.java
@@ -6,13 +6,13 @@
6
*/
7
package com.vladsch.flexmark.ext.plantuml;
8
9
+import java.util.List;
10
+
11
+import org.jetbrains.annotations.NotNull;
12
13
import com.vladsch.flexmark.ast.CodeBlock;
14
import com.vladsch.flexmark.util.ast.BlockContent;
-import com.vladsch.flexmark.util.ast.Node;
15
import com.vladsch.flexmark.util.sequence.BasedSequence;
-import org.jetbrains.annotations.NotNull;
-
-import java.util.List;
16
17
/**
18
* Node representing code blocks like the following
0 commit comments