Skip to content

Commit

Permalink
(maint) realign comment in java service example
Browse files Browse the repository at this point in the history
  • Loading branch information
justinstoller committed Apr 5, 2016
1 parent f45a178 commit 4e59be5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
(defservice java-service
JavaService
[]
;; Service functions are implemented in a java `ServiceImpl` class
;; Service functions are implemented in a java `ServiceImpl` class
(msg-fn [this] (ServiceImpl/getMessage))
(meaning-of-life-fn [this] (ServiceImpl/getMeaningOfLife)))

Expand Down

0 comments on commit 4e59be5

Please sign in to comment.