Skip to content

Commit 821f8e1

Browse files
committed
Organize imports
1 parent 7352667 commit 821f8e1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

flexmark-ext-plantuml/src/main/java/com/vladsch/flexmark/ext/plantuml/PlantUmlBlockNode.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
*/
77
package com.vladsch.flexmark.ext.plantuml;
88

9+
import java.util.List;
10+
11+
import org.jetbrains.annotations.NotNull;
12+
913
import com.vladsch.flexmark.ast.CodeBlock;
1014
import com.vladsch.flexmark.util.ast.BlockContent;
11-
import com.vladsch.flexmark.util.ast.Node;
1215
import com.vladsch.flexmark.util.sequence.BasedSequence;
13-
import org.jetbrains.annotations.NotNull;
14-
15-
import java.util.List;
1616

1717
/**
1818
* Node representing code blocks like the following

0 commit comments

Comments
 (0)