Skip to content

Conversation

@DavisD251
Copy link
Contributor

No description provided.

Copy link
Contributor

@VicenteVigueras VicenteVigueras left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job on this. I noticed the SourceAccount and TargetAccount classes, it's interesting that you created them, but I didn't see them being used or integrated elsewhere in the code. So consider that if you ever re-visit this assignment.

/** Represents a account. */
abstract class BankAccount {

protected static Set<Customer> owners = null;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line looks off, this member variable shouldn't be static and should not be set to null

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants