views:

43

answers:

1

I want to modify the "Java class" template, so that the class javadoc comment includes more than just the author. In Netbeans 6.8., I go to Tools > Templates > Java > Java Class, and modify the template. However, nothing seems to change. I tried restarting Netbeans, just in case, but the old template is still used.

How do I get Netbeans to recognize changes to the template for Java Classes?

+1  A: 

Well, I was putting it off, but it seems to work. Changes to a template only affect New files. Be sure you aren't editing one template and instantiating another.

trashgod
same here, works just fine!
Xorty