Hi,

if I have the following class 

public class Hrglbrmft {
   public void addFoo(Bar bar) { ... }
   public List getFoos() { ... }
}

should the property returned by Clazz be called "foos" or "foo"?

Currently "foos" is returned.

Victor


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to