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 49536

Summary: Fix consistency of @author tags
Product: javaee Reporter: _ gtzabari <gtzabari>
Component: CodeAssignee: issues@javaee <issues>
Status: VERIFIED FIXED    
Severity: blocker Keywords: SIMPLEFIX
Priority: P3    
Version: 4.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description _ gtzabari 2004-09-24 19:31:56 UTC
dev build 200409201800
JDK 1.5 RC

When creating a new Servlet, the generated code
contains:

"@author  <username>"  // two spaces

whereas when you generate a java file, only one
space is used. I personally prefer one space.

I know I am being picky but this is an easy fix :)
Comment 1 Petr Pisl 2004-09-29 13:18:05 UTC
Fixed in the trunk
Comment 2 Dan Kolar 2007-08-06 13:20:51 UTC
v