Using _setXX for method names does not look nice.
Perhaps use another name for set (assign?) or split
up the class into a configuration class presented to ant and
an implementation class that actually does the processing.
Peter
[EMAIL PROTECTED] wrote:
stevel 2005/01/20 15:09:15
Modified: src/main/org/apache/tools/ant/taskdefs/repository
Library.java
*/
- public void setLibraryFile(File libraryFile) {
- this.libraryFile = libraryFile;
+ public void _setLibraryFile(File file) {
+ this.libraryFile = file;
}
/**
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]