Skip to content

Commit

Permalink
made Repl and Script public again
Browse files Browse the repository at this point in the history
  • Loading branch information
richhickey committed Dec 30, 2008
1 parent 80a77a6 commit 43e0f98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/jvm/clojure/lang/Repl.java
Expand Up @@ -14,7 +14,7 @@

import clojure.main;

class Repl {
public class Repl {

public static void main(String[] args) throws Exception{
main.legacy_repl(args);
Expand Down
2 changes: 1 addition & 1 deletion src/jvm/clojure/lang/Script.java
Expand Up @@ -14,7 +14,7 @@

import clojure.main;

class Script {
public class Script {

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

0 comments on commit 43e0f98

Please sign in to comment.