Fixed all issues detected by Eastwood.
This commit is contained in:
parent
529c81f94d
commit
5539c863d1
|
@ -136,7 +136,7 @@
|
||||||
|
|
||||||
Returns a map of message keys to strings."
|
Returns a map of message keys to strings."
|
||||||
{:doc/format :markdown}
|
{:doc/format :markdown}
|
||||||
[accept-language-header resource-path default-locale]
|
[^String accept-language-header ^String resource-path ^String default-locale]
|
||||||
(let [file-path (first
|
(let [file-path (first
|
||||||
(remove
|
(remove
|
||||||
nil?
|
nil?
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
(ns ^{:doc "Tests for Internationalisation."
|
(ns ^{:doc "Tests for Internationalisation."
|
||||||
:author "Simon Brooke"} scot.weft.i18n.test.core
|
:author "Simon Brooke"} scot.weft.i18n.test.core
|
||||||
(:use clojure.test
|
(:require [clojure.test :refer :all]
|
||||||
scot.weft.i18n.core))
|
[scot.weft.i18n.core :refer :all]))
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
;;;;
|
;;;;
|
||||||
|
|
Loading…
Reference in a new issue