Fixed all issues detected by Eastwood.

This commit is contained in:
simon 2017-08-09 16:25:23 +01:00
parent 529c81f94d
commit 5539c863d1
2 changed files with 3 additions and 3 deletions

View file

@ -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?

View file

@ -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]))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;