Skip to content

Commit 5e7dced

Browse files
committed
Remove unnecessary files
1 parent e563781 commit 5e7dced

File tree

14 files changed

+15
-294
lines changed

14 files changed

+15
-294
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,5 @@ replay_pid*
3232
/LoginLogout/WebApplication1/nbproject/private/
3333
/LoginLogout/LoginLogoutDB/build/
3434
.vscode
35+
.idea
36+

Applets/.idea/encodings.xml

Lines changed: 0 additions & 4 deletions
This file was deleted.

Applets/.idea/misc.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

Applets/.idea/modules.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

Applets/.idea/vcs.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

Applets/.idea/workspace.xml

Lines changed: 0 additions & 257 deletions
This file was deleted.

FAT-Practice/donations.txt

-314 Bytes
Binary file not shown.

FAT-Practice/src/Donations.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ class Donor implements Serializable {
2020
}
2121

2222
public void display() {
23-
System.out.println("name:" + name + ",address:" + address + ",bgroup:" + bgroup +
24-
",dold:" + dold + ",age:" + age);
23+
System.out.println("\nname: " + name + ", address: " + address + ", bgroup: " + bgroup +
24+
", dold: " + dold + ", age: " + age);
2525
}
2626
}
2727

assignment4/donations.txt

-247 Bytes
Binary file not shown.

assignment4/joda-time-2.4/target/classes/org/joda/time/format/messages_da.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ PeriodFormat.commandand=,og
44
PeriodFormat.commaspaceand=, og
55
PeriodFormat.commaspace=,\
66
PeriodFormat.spaceandspace=\ og\
7-
PeriodFormat.year=\ �r
8-
PeriodFormat.years=\ �r
9-
PeriodFormat.month=\ m�ned
10-
PeriodFormat.months=\ m�neder
7+
PeriodFormat.year=\ år
8+
PeriodFormat.years=\ år
9+
PeriodFormat.month=\ måned
10+
PeriodFormat.months=\ måneder
1111
PeriodFormat.week=\ uge
1212
PeriodFormat.weeks=\ uger
1313
PeriodFormat.day=\ dag

0 commit comments

Comments
 (0)