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."
|
||||
{:doc/format :markdown}
|
||||
[accept-language-header resource-path default-locale]
|
||||
[^String accept-language-header ^String resource-path ^String default-locale]
|
||||
(let [file-path (first
|
||||
(remove
|
||||
nil?
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
(ns ^{:doc "Tests for Internationalisation."
|
||||
:author "Simon Brooke"} scot.weft.i18n.test.core
|
||||
(:use clojure.test
|
||||
scot.weft.i18n.core))
|
||||
(:require [clojure.test :refer :all]
|
||||
[scot.weft.i18n.core :refer :all]))
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;;;;
|
||||
|
|
Loading…
Reference in a new issue