Skip to content

Commit

Permalink
LPS-72406 SF
Browse files Browse the repository at this point in the history
  • Loading branch information
shuyangzhou committed May 31, 2017
1 parent 720a658 commit 4b54443
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5694,8 +5694,8 @@ private void _parseLocalizedEntity(

if (localized != null) {
throw new IllegalArgumentException(
"Unable to have localized columns in localized table " +
"for entity " + entity.getName());
"Unable to have localized columns in localized table for " +
"entity " + entity.getName());
}

Element newColumnElement = newLocalizedEntityElement.addElement(
Expand Down

0 comments on commit 4b54443

Please sign in to comment.