Skip to content

Commit

Permalink
Update Lab 03 assignment (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
desislavaa authored Oct 28, 2023
1 parent f380554 commit 92106be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 03-oop-in-java-ii/lab/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ public interface Purchasable {
/**
* Returns true if and only if the object is purchased.
*/
int isPurchased();
boolean isPurchased();
}
```

Expand Down

0 comments on commit 92106be

Please sign in to comment.