Skip to content

Commit 270913b

Browse files
Renames -initJava to -init
1 parent 9041ad7 commit 270913b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ziggurat/init.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
[ziggurat.util.java-util :as util])
1717
(:gen-class
1818
:name tech.gojek.ziggurat.internal.Init
19-
:methods [^{:static true} [initJava [java.util.Map] void]]))
19+
:methods [^{:static true} [init [java.util.Map] void]]))
2020

2121
(defstate statsd-reporter
2222
:start (metrics/start-statsd-reporter (:datadog (ziggurat-config))
@@ -192,5 +192,5 @@
192192
(stop stop-fn modes)
193193
(System/exit 1)))))
194194

195-
(defn -initJava [args]
195+
(defn -init [args]
196196
(main (util/java->clojure-map args)))

0 commit comments

Comments
 (0)