Added feedback about modifying agent
Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
@ -161,5 +161,9 @@ public class Main {
|
|||||||
agent.setPassword(FormUtil.readPassword());
|
agent.setPassword(FormUtil.readPassword());
|
||||||
|
|
||||||
_orm.persist(agent);
|
_orm.persist(agent);
|
||||||
|
|
||||||
|
System.out.println("------------------");
|
||||||
|
System.out.println("Agent was modified.");
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user