Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Fix checkstyle failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Eng committed Apr 22, 2015
1 parent f4267c2 commit c5130c0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -93,7 +93,7 @@ public class TranslationFileServiceImpl implements TranslationFileService {
DOCTYPEMAP.put(PLAIN_TEXT, PlainTextAdapter.class);
DOCTYPEMAP.put(XML_DOCUMENT_TYPE_DEFINITION, DTDAdapter.class);
DOCTYPEMAP.put(IDML, IDMLAdapter.class);
DOCTYPEMAP.put(HTML, HTMLAdapter.class);release
DOCTYPEMAP.put(HTML, HTMLAdapter.class);
DOCTYPEMAP.put(SUBTITLE, SubtitleAdapter.class);
}

Expand Down

0 comments on commit c5130c0

Please sign in to comment.