Skip to content
Snippets Groups Projects
Commit 27aad14b authored by Robert Goldmann's avatar Robert Goldmann
Browse files

cleanup unused method

parent ba7ee7f1
Branches
Tags
No related merge requests found
......@@ -68,17 +68,6 @@ public class Account implements ProvidesID, Iconizable
{
}
public void updateFromOtherAccount(Account otherAccount)
{
this.setID(otherAccount.ID);
this.setName(otherAccount.name);
this.setType(otherAccount.type);
this.setSelected(otherAccount.isSelected);
this.setDefault(otherAccount.isDefault);
this.setAccountState(otherAccount.accountState);
this.setIconReference(otherAccount.iconReference);
}
public Integer getID()
{
return ID;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment