Content deleted Content added
Info about vandal |
Tag: |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1:
{{WikiProject
{{WikiProject Java|importance=low}}
}}
== Mistake in example? ==
Line 5 ⟶ 7:
This article currently has the following example:
<
import javax.persistence.EntityManager;
import javax.persistence.Query;
Line 21 ⟶ 23:
return query.getResultList();
}
</syntaxhighlight>
(Keep in mind the Author class has a field <code>private String firstName</code>.)
|