01: /*
02: * CreateElement1.java
03: *
04: * Created on March 21, 2005, 10:21 PM
05: *
06: * To change this template, choose Tools | Options and locate the template under
07: * the Source Creation and Management node. Right-click the template and choose
08: * Open. You can then make changes to the template in the Source Editor.
09: */
10:
11: package org.netbeans.test.java.hints;
12:
13: /**
14: *
15: */
16: public class CreateFieldMethod1 {
17:
18: /** Creates a new instance of CreateElement1 */
19: public CreateFieldMethod1() {
20: }
21:
22: public final void main(String[] args) {
23: t = java.util.Collections.emptyList();
24: }
25:
26: }
|