Skip to content

Commit

Permalink
improve instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Sep 24, 2024
1 parent 3481c7a commit 474e8d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nextjournal/markdown/impl/types/CustomNode.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package nextjournal.markdown.impl.types;

// rebuild with:
// javac src/nextjournal/markdown/impl/types/CustomNode.java
// javac -source 8 -target 1.8 src/nextjournal/markdown/impl/types/CustomNode.java

public interface CustomNode {

Expand Down

0 comments on commit 474e8d2

Please sign in to comment.