#22903 Fix code snippeds
* move scala and java sources out of paradox sources * replace relative paths with $code$ and $akka$ * fix broken includes
This commit is contained in:
parent
7bee495749
commit
81df4ff417
384 changed files with 1609 additions and 1602 deletions
9
akka-docs/src/main/java/jdocs/stream/Main.java
Normal file
9
akka-docs/src/main/java/jdocs/stream/Main.java
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
package jdocs.stream;
|
||||
|
||||
//#main-app
|
||||
public class Main {
|
||||
public static void main(String[] argv) {
|
||||
// Code here
|
||||
}
|
||||
}
|
||||
//#main-app
|
||||
Loading…
Add table
Add a link
Reference in a new issue