Skip to content

Commit 89b4f75

Browse files
committed
Added PetShop to the lecture schedule
1 parent 2a20577 commit 89b4f75

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

instruction/java-fundamentals/example-code/06-packages-imports/Student.java renamed to instruction/java-fundamentals/example-code/06-packages-imports/edu/byu/cs240/Student.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package edu.byu.cs;
1+
package edu.byu.cs240;
22

33
public class Student {
44
}

instruction/java-fundamentals/example-code/06-packages-imports/Student2.java renamed to instruction/java-fundamentals/example-code/06-packages-imports/edu/byu/cs240/Student2.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
package edu.byu.cs;
1+
package edu.byu.cs240;
22

3-
import java.util.Date;
3+
import java.util.*;
44

55
public class Student2 {
66
private Date graduationDate;

schedule/winter2026-rodham.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Students in online sections should watch all videos for all topics, including th
1717
| | 8 | Wed Feb 4 | [Design Principles](../instruction/design-principles/design-principles.md) | | _Due: Feb 6_ - [Phase 1: Chess Game](../chess/1-chess-game/chess-game.md) |
1818
| 6 | 9 | Mon Feb 9 | [`Phase 2: Chess Design`](../chess/2-server-design/server-design.md) | | |
1919
| | 10 | Wed Feb 11 | [HTTP](../instruction/http/http.md)<br /> [Curl](../instruction/curl/curl.md) | | _Due: Feb 12_ - [Phase 2: Chess Design](../chess/2-server-design/server-design.md) |
20-
| 7 | 11 | Tue Feb 17 | Monday Instruction<br/> [Web API](../instruction/web-api/web-api.md)<br/>[`Phase 3: Chess Web-API`](../chess/3-web-api/web-api.md) | | |
20+
| 7 | 11 | Tue Feb 17 | Monday Instruction<br/> [Web API](../instruction/web-api/web-api.md)<br/>[`Phase 3: Chess Web-API`](../chess/3-web-api/web-api.md)<br/>[PetShop](../petshop/petshop.md) | | |
2121
| | 12 | Wed Feb 18 | [Writing Quality Code](../instruction/quality-code/quality-code.md)<br /> [Code Style Checker](../instruction/style-checker/style-checker.md) | | |
2222
| 8 | 13 | Mon Feb 23 | [Unit Testing](../instruction/unit-testing/unit-testing.md)<br /> [Code Coverage](../instruction/code-coverage/code-coverage.md) | | |
2323
| | 14 | Wed Feb 25 | [Relational Databases: Model](../instruction/db-model/db-model.md)<br /> [Relational Databases: SQL](../instruction/db-sql/db-sql.md) | | |

0 commit comments

Comments
 (0)