This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 139412 - typo in PersistenceService.java template
Summary: typo in PersistenceService.java template
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: REST (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Peter Liu
URL:
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2008-07-09 15:04 UTC by Lukas Jungmann
Modified: 2008-07-22 23:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Jungmann 2008-07-09 15:04:54 UTC
line 39 contains:

this.em = this.em = (EntityManager) ...

which is perhaps not necessary...
Comment 1 Peter Liu 2008-07-09 18:30:16 UTC
Ooops.  I will fix it shortly.
Comment 2 Peter Liu 2008-07-16 01:16:28 UTC
Fixed already checked in.
Comment 3 Lukas Jungmann 2008-07-22 23:11:25 UTC
v.