SamirTalwar / Rekord

Type-safe records in Java, to be used instead of POJOs, Java beans, maps or value objects.
47 stars 6 forks source link

Fix example code by calling the correct interface #5

Closed jukecraft closed 8 years ago

jukecraft commented 8 years ago

Record.of doesn't exist, Records.of does. I assume the proposed is the correct usage.

SamirTalwar commented 8 years ago

Ah yes, changed that a while back. Well spotted.