This commit is contained in:
Yaroslav Lepenkin
2015-04-24 18:48:27 +03:00
parent 12a86fbcdc
commit 3f5ec7cc68
4 changed files with 16 additions and 18 deletions
@@ -1,6 +1,7 @@
public class BrokenAlignment {
public BrokenAlignment(String errorMessage) {
if (StringUtils.contains(errorMessage, "'UK_ACCOUNT_USERNAME'")
if (StringUtils.contains(<caret>errorMessage,
"'UK_ACCOUNT_USERNAME'")
}
}