Browse Source

Remove ignored files

Kr Younger 6 years ago
parent
commit
f0b08ebede
9 changed files with 3 additions and 102 deletions
  1. 3
    0
      .gitignore
  2. 0
    18
      Account.ctxt
  3. 0
    16
      AccountData.ctxt
  4. 0
    18
      ActionResult.ctxt
  5. 0
    12
      Bank.ctxt
  6. 0
    4
      BasicAccount.ctxt
  7. 0
    18
      CashMachine.ctxt
  8. 0
    10
      CashMachineApp.ctxt
  9. 0
    6
      PremiumAccount.ctxt

+ 3
- 0
.gitignore View File

@@ -1,5 +1,8 @@
1 1
 *.class
2 2
 
3
+# BlueJ files
4
+*.ctxt
5
+
3 6
 # Package Files #
4 7
 *.war
5 8
 *.ear

+ 0
- 18
Account.ctxt View File

@@ -1,18 +0,0 @@
1
-#BlueJ class context
2
-comment0.target=Account
3
-comment0.text=\n\ @author\ ZipCodeWilmington\n
4
-comment1.params=accountData
5
-comment1.target=Account(AccountData)
6
-comment2.params=
7
-comment2.target=AccountData\ getAccountData()
8
-comment3.params=amount
9
-comment3.target=void\ deposit(int)
10
-comment4.params=amount
11
-comment4.target=boolean\ withdraw(int)
12
-comment5.params=amount
13
-comment5.target=boolean\ canWithdraw(int)
14
-comment6.params=
15
-comment6.target=int\ getBalance()
16
-comment7.params=newBalance
17
-comment7.target=void\ updateBalance(int)
18
-numComments=8

+ 0
- 16
AccountData.ctxt View File

@@ -1,16 +0,0 @@
1
-#BlueJ class context
2
-comment0.target=AccountData
3
-comment0.text=\n\ @author\ ZipCodeWilmington\n
4
-comment1.params=id\ name\ email\ balance
5
-comment1.target=AccountData(int,\ java.lang.String,\ java.lang.String,\ int)
6
-comment2.params=
7
-comment2.target=int\ getId()
8
-comment3.params=
9
-comment3.target=java.lang.String\ getName()
10
-comment4.params=
11
-comment4.target=java.lang.String\ getEmail()
12
-comment5.params=
13
-comment5.target=int\ getBalance()
14
-comment6.params=
15
-comment6.target=java.lang.String\ toString()
16
-numComments=7

+ 0
- 18
ActionResult.ctxt View File

@@ -1,18 +0,0 @@
1
-#BlueJ class context
2
-comment0.target=ActionResult
3
-comment0.text=\n\ @author\ ZipCodeWilmington\n
4
-comment1.params=data
5
-comment1.target=ActionResult(java.lang.Object)
6
-comment2.params=errorMessage
7
-comment2.target=ActionResult(java.lang.String)
8
-comment3.params=
9
-comment3.target=java.lang.Object\ getData()
10
-comment4.params=
11
-comment4.target=java.lang.String\ getErrorMessage()
12
-comment5.params=
13
-comment5.target=boolean\ isSuccess()
14
-comment6.params=data
15
-comment6.target=rocks.zipcode.atm.ActionResult\ success(java.lang.Object)
16
-comment7.params=errorMessage
17
-comment7.target=rocks.zipcode.atm.ActionResult\ fail(java.lang.String)
18
-numComments=8

+ 0
- 12
Bank.ctxt View File

@@ -1,12 +0,0 @@
1
-#BlueJ class context
2
-comment0.target=Bank
3
-comment0.text=\n\ @author\ ZipCodeWilmington\n
4
-comment1.params=
5
-comment1.target=Bank()
6
-comment2.params=id
7
-comment2.target=ActionResult\ getAccountById(int)
8
-comment3.params=accountData\ amount
9
-comment3.target=ActionResult\ deposit(AccountData,\ int)
10
-comment4.params=accountData\ amount
11
-comment4.target=ActionResult\ withdraw(AccountData,\ int)
12
-numComments=5

+ 0
- 4
BasicAccount.ctxt View File

@@ -1,4 +0,0 @@
1
-#BlueJ class context
2
-comment0.target=BasicAccount
3
-comment0.text=\n\ @author\ ZipCodeWilmington\n
4
-numComments=1

+ 0
- 18
CashMachine.ctxt View File

@@ -1,18 +0,0 @@
1
-#BlueJ class context
2
-comment0.target=CashMachine
3
-comment0.text=\n\ @author\ ZipCodeWilmington\n
4
-comment1.params=bank
5
-comment1.target=CashMachine(Bank)
6
-comment2.params=id
7
-comment2.target=void\ login(int)
8
-comment3.params=amount
9
-comment3.target=void\ deposit(int)
10
-comment4.params=amount
11
-comment4.target=void\ withdraw(int)
12
-comment5.params=
13
-comment5.target=void\ exit()
14
-comment6.params=
15
-comment6.target=java.lang.String\ toString()
16
-comment7.params=action\ postAction
17
-comment7.target=void\ tryCall(java.util.function.Supplier,\ java.util.function.Consumer)
18
-numComments=8

+ 0
- 10
CashMachineApp.ctxt View File

@@ -1,10 +0,0 @@
1
-#BlueJ class context
2
-comment0.target=CashMachineApp
3
-comment0.text=\n\ @author\ ZipCodeWilmington\n
4
-comment1.params=
5
-comment1.target=javafx.scene.Parent\ createContent()
6
-comment2.params=stage
7
-comment2.target=void\ start(javafx.stage.Stage)
8
-comment3.params=args
9
-comment3.target=void\ main(java.lang.String[])
10
-numComments=4

+ 0
- 6
PremiumAccount.ctxt View File

@@ -1,6 +0,0 @@
1
-#BlueJ class context
2
-comment0.target=PremiumAccount
3
-comment0.text=\n\ @author\ ZipCodeWilmington\n
4
-comment1.params=amount
5
-comment1.target=boolean\ canWithdraw(int)
6
-numComments=2