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 b402ca6 commit 8587ba5Copy full SHA for 8587ba5
Sample Open Source Implementations/head/Main.java
@@ -48,7 +48,7 @@ public Class<? extends Random> applicableFor()
48
}
49
});
50
51
- File f = new File("./lukasko.srlx");
+ File f = new File("./test.srlx");
52
53
//Sample objects
54
Random r = new Random();
0 commit comments