Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Evolveum/midpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
katkav committed Apr 16, 2015
2 parents 5c2e990 + 552ba1c commit 6a1db70
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -39,11 +39,11 @@ public class MyPasswordQuestionsPanel extends InputPanel {
public MyPasswordQuestionsPanel(String id, SecurityQuestionAnswerDTO model) {
super(ID_QA_PANEL);

System.out.println("Question: "+model.getQuestionItself());
// System.out.println("Question: "+model.getQuestionItself());
mod.setPwdQuestion(model.getQuestionItself());

mod.setPwdAnswer(model.getPwdAnswer());
System.out.println("Answer: "+mod.getPwdAnswer());
// System.out.println("Answer: "+mod.getPwdAnswer());
initLayout();
}

Expand Down

0 comments on commit 6a1db70

Please sign in to comment.