Commit b6da47fb authored by Liang Ding's avatar Liang Ding

c

parent 4acc9b1f
...@@ -86,7 +86,7 @@ public final class Skins { ...@@ -86,7 +86,7 @@ public final class Skins {
if (null == langs) { if (null == langs) {
LANG_MAP.clear(); // Collect unused skin languages LANG_MAP.clear(); // Collect unused skin languages
LOGGER.log(Level.INFO, "Loading skin[dirName={0}, locale={1}]", new Object[] {currentSkinDirName, localeString}); LOGGER.log(Level.INFO, "Loading skin [dirName={0}, locale={1}]", new Object[] {currentSkinDirName, localeString});
langs = new HashMap<String, String>(); langs = new HashMap<String, String>();
final String webRootPath = SoloServletListener.getWebRoot(); final String webRootPath = SoloServletListener.getWebRoot();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment