(no commit message)
authorKatja Luther <k.luther@bgbm.org>
Thu, 30 Oct 2014 10:44:49 +0000 (10:44 +0000)
committerKatja Luther <k.luther@bgbm.org>
Thu, 30 Oct 2014 10:44:49 +0000 (10:44 +0000)
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/password/PasswordWizard.java

index ed0a02cdd78d79da5c4c1630157b4de4fb2c2283..8bddaab5e42f44228c3f58cf3863e34bc5a43abd 100644 (file)
@@ -77,7 +77,7 @@ public class PasswordWizard extends Wizard implements IConversationEnabled{
                        return true;
                }catch(Exception e){
                        MessagingUtils.warningDialog("Could not change password", this, "The old password is not correct.");
-                       //MessagingUtils.messageDialog("Error while changing password", getClass(), "There was a problem changing the password.", e);
+                       
                        return false;
                }finally{
                    if(conversation != null){