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

Summary: typo in PersistenceService.java template
Product: webservices Reporter: Lukas Jungmann <jungi>
Component: RESTAssignee: Peter Liu <petertliu>
Status: VERIFIED FIXED    
Severity: blocker Keywords: TEST
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.