Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #17 from sbtqa/allure2
Browse files Browse the repository at this point in the history
allure2 support
  • Loading branch information
clicman authored Feb 19, 2018
2 parents a0d84b9 + 5933bf3 commit 8e3b23f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/ru/sbtqa/tag/qautils/i18n/I18N.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ public class I18N {
private static final Map<String, I18N> BUNDLE_STORAGE = new HashMap<>();
private static final String BUNDLE_ENCODING = "UTF-8";
public static final String DEFAULT_BUNDLE_PATH = "i18n";
public static final String SECRET_DELIMITER = \u0000\u0000\u0000 ";
private final Properties properties = new Properties();
private String bundleFile;

Expand Down

0 comments on commit 8e3b23f

Please sign in to comment.