Guest User

Untitled

a guest
Jul 18th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. (ns graph.servlet
  2. (:gen-class :extends javax.servlet.http.HttpServlet :exposes-methods {init initSuper}))
  3.  
  4. (defn -init [self config]
  5. (debug "init called")
  6. (debug self)
  7. (.initSuper self config))
Add Comment
Please, Sign In to add comment