Skip to content

Commit 6d9afe2

Browse files
committed
chore: reinstate the BankAtm file it was deleted
1 parent ca74a88 commit 6d9afe2

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed
Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1 @@
1-
package com.codedifferently.lesson17.bank;
21

3-
public class SavingsAccount {
4-
5-
6-
}
Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
/*
2-
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
3-
* Click nbfs://nbhost/SystemFileSystem/Templates/Classes/Class.java to edit this template
4-
*/
1+
package com.codedifferently.lesson17.bank;
52

3+
public class Account {
4+
65
package com.codedifferently.lesson17.bank;
76

87
class account {
@@ -14,3 +13,5 @@ static Object getOwners() {
1413
throw new UnsupportedOperationException("Not supported yet.");
1514
}
1615
}
16+
17+

0 commit comments

Comments
 (0)