Issue
Everytime I create a new Java class in the Netbeans IDE, I get this comment at the top of the generated class file (even above the package declaration) by default:
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
I've been exploring the templates for a while now and I cant seem to work out which template this message belongs to. Shouldn't it appear in plain text somewhere, being a human readable message and all?
Solution
Tools menu → templates → Licenses → Default License
Answered By - btantlinger