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 - Fix consistency of @author tags
Summary: Fix consistency of @author tags
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@javaee
URL:
Keywords: SIMPLEFIX
Depends on:
Blocks:
 
Reported: 2004-09-24 19:31 UTC by _ gtzabari
Modified: 2007-08-06 13:20 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 _ 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