Possible Duplicate:
How to change the value of ${user} variable used in Eclipse templates
I am using Eclipse and every time code is created, @author is set to the value of ${user}. Unfortunately,${user} seems to contain my windows login id. Is there a way to override this through Eclipse? I couldn't find the option.

