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.

View | Details | Raw Unified | Return to bug 56187
Collapse All | Expand All

(-)src/org/netbeans/modules/java/resources/templates/Applet.template (+4 lines)
Lines 2-7 Link Here
2
 * __NAME__.java
2
 * __NAME__.java
3
 *
3
 *
4
 * Created on __DATE__, __TIME__
4
 * Created on __DATE__, __TIME__
5
 *
6
 * Note: To change this template, go to Tools | Options, and locate
7
 * the template under "Source Creation and Management". Right click
8
 * on the template and choose open. Edit in the editor and save.
5
 */
9
 */
6
10
7
package Templates.Classes;
11
package Templates.Classes;
(-)src/org/netbeans/modules/java/resources/templates/Class.template (+4 lines)
Lines 2-7 Link Here
2
 * __NAME__.java
2
 * __NAME__.java
3
 *
3
 *
4
 * Created on __DATE__, __TIME__
4
 * Created on __DATE__, __TIME__
5
 *
6
 * Note: To change this template, go to Tools | Options, and locate
7
 * the template under "Source Creation and Management". Right click
8
 * on the template and choose open. Edit in the editor and save.
5
 */
9
 */
6
10
7
package Templates.Classes;
11
package Templates.Classes;
(-)src/org/netbeans/modules/java/resources/templates/Exception.template (+4 lines)
Lines 2-7 Link Here
2
 * __NAME__.java
2
 * __NAME__.java
3
 *
3
 *
4
 * Created on __DATE__, __TIME__
4
 * Created on __DATE__, __TIME__
5
 *
6
 * Note: To change this template, go to Tools | Options, and locate
7
 * the template under "Source Creation and Management". Right click
8
 * on the template and choose open. Edit in the editor and save.
5
 */
9
 */
6
10
7
package Templates.Classes;
11
package Templates.Classes;
(-)src/org/netbeans/modules/java/resources/templates/Interface.template (+4 lines)
Lines 2-7 Link Here
2
 * __NAME__.java
2
 * __NAME__.java
3
 *
3
 *
4
 * Created on __DATE__, __TIME__
4
 * Created on __DATE__, __TIME__
5
 *
6
 * Note: To change this template, go to Tools | Options, and locate
7
 * the template under "Source Creation and Management". Right click
8
 * on the template and choose open. Edit in the editor and save.
5
 */
9
 */
6
10
7
package Templates.Classes;
11
package Templates.Classes;
(-)src/org/netbeans/modules/java/resources/templates/JApplet.template (+4 lines)
Lines 2-7 Link Here
2
 * __NAME__.java
2
 * __NAME__.java
3
 *
3
 *
4
 * Created on __DATE__, __TIME__
4
 * Created on __DATE__, __TIME__
5
 *
6
 * Note: To change this template, go to Tools | Options, and locate
7
 * the template under "Source Creation and Management". Right click
8
 * on the template and choose open. Edit in the editor and save.
5
 */
9
 */
6
10
7
package Templates.Classes;
11
package Templates.Classes;
(-)src/org/netbeans/modules/java/resources/templates/Main.template (+4 lines)
Lines 2-7 Link Here
2
 * __NAME__.java
2
 * __NAME__.java
3
 *
3
 *
4
 * Created on __DATE__, __TIME__
4
 * Created on __DATE__, __TIME__
5
 *
6
 * Note: To change this template, go to Tools | Options, and locate
7
 * the template under "Source Creation and Management". Right click
8
 * on the template and choose open. Edit in the editor and save.
5
 */
9
 */
6
10
7
package Templates.Classes;
11
package Templates.Classes;
(-)project/src/org/netbeans/modules/java/project/resources/AnnotationType.template (+4 lines)
Lines 2-7 Link Here
2
 * __NAME__.java
2
 * __NAME__.java
3
 *
3
 *
4
 * Created on __DATE__, __TIME__
4
 * Created on __DATE__, __TIME__
5
 *
6
 * Note: To change this template, go to Tools | Options, and locate
7
 * the template under "Source Creation and Management". Right click
8
 * on the template and choose open. Edit in the editor and save.
5
 */
9
 */
6
10
7
package Templates.Classes;
11
package Templates.Classes;
(-)project/src/org/netbeans/modules/java/project/resources/Enum.template (+4 lines)
Lines 2-7 Link Here
2
 * __NAME__.java
2
 * __NAME__.java
3
 *
3
 *
4
 * Created on __DATE__, __TIME__
4
 * Created on __DATE__, __TIME__
5
 *
6
 * Note: To change this template, go to Tools | Options, and locate
7
 * the template under "Source Creation and Management". Right click
8
 * on the template and choose open. Edit in the editor and save.
5
 */
9
 */
6
10
7
package Templates.Classes;
11
package Templates.Classes;

Return to bug 56187