effectivejava
effectivejava copied to clipboard
Name collision warning
I get this warning while executing the program:
WARNING: Named already refers to: interface clojure.lang.Named in namespace: app.model.javaparser, being replaced by: #'app.model.protocols/Named
Yes, I also saw it, I am not sure if it is a problem or not. I guess it is ok to shadow clojure.lang.Named