We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fffced commit 8dd8436Copy full SHA for 8dd8436
src/main/java/os/expert/sample/Task.java
@@ -1,4 +1,4 @@
1
package os.expert.sample;
2
3
-public record Task() {
+public record Task(String title, String description) {
4
}
0 commit comments