Skip to content

Commit

Permalink
MID-2007 fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Suta committed Jul 24, 2014
1 parent 686990c commit 0737aac
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -68,7 +68,7 @@ public NotificationConfigurationDto(NotificationConfigurationType config){
username = serverConfig.getUsername();

if(serverConfig.getPassword() != null){
password = "Set";
password = "";
} else {
password = null;
}
Expand Down

0 comments on commit 0737aac

Please sign in to comment.