Skip to content

Typo in MetamodelTest #1

@jcaberio

Description

@jcaberio

Typo in com.manning.javapersistence.ch03.metamodel.MetamodelTest line 125

Path<String> namePath = fromItem.get(Item_.name);

Should be

Path<String> namePath = fromItem.get("name");

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions