Skip to content

Commit

Permalink
Fixed a CheckStyle error
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/directory/apacheds/trunk@1770293 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
elecharny committed Nov 18, 2016
1 parent ec8d2fd commit 3060e73
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -798,7 +798,7 @@ public enum I18n
/**
* Creates a new instance of I18n.
*/
private I18n( String errorCode )
I18n( String errorCode )
{
this.errorCode = errorCode;
}
Expand Down

0 comments on commit 3060e73

Please sign in to comment.