Skip to content

Commit 43e0f98

Browse files
committed
made Repl and Script public again
1 parent 80a77a6 commit 43e0f98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/jvm/clojure/lang/Repl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
import clojure.main;
1616

17-
class Repl {
17+
public class Repl {
1818

1919
public static void main(String[] args) throws Exception{
2020
main.legacy_repl(args);

src/jvm/clojure/lang/Script.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
import clojure.main;
1616

17-
class Script {
17+
public class Script {
1818

1919
public static void main(String[] args) throws Exception{
2020
main.legacy_script(args);

0 commit comments

Comments
 (0)