Skip to content

Commit 8dd8436

Browse files
committed
feat: create task entity
Signed-off-by: Otavio Santana <[email protected]>
1 parent 5fffced commit 8dd8436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package os.expert.sample;
22

3-
public record Task() {
3+
public record Task(String title, String description) {
44
}

0 commit comments

Comments
 (0)