Regular |
|
Joined: Sat Nov 06, 2004 5:20 pm Posts: 54 Location: Collierville, TN
|
If you look at the imports, the create() is a static import - supported in Java 5.0.
What you can do is tweak the import statement and take off the .create. (i.e. just import the fully-qualified class name. Then where the method is called, use the fully-qualified class name and append the .create().
<dry-humor>I'm sure you could adjust the template that creates the file - I think the source is available :-). </dry-humor>
On the other hand, I guess you could update to 5.0 and skip the above.
<Friday-shameless-plug>I need credits, I have questions</Friday-shameless-plug> :-)
|
|