Skip to content

Commit 73734c6

Browse files
committed
readme: typo
[ci skip]
1 parent 563c6c0 commit 73734c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ public record User(Id id)
153153
public static final class Id extends ObjectBigIntId<Id>
154154
{
155155

156-
private Id(final UUID inner)
156+
private Id(final long inner)
157157
{
158158
super(inner);
159159
}

0 commit comments

Comments
 (0)