Sullivan, David schreef:
For example, I’d like to have a prototype that looks something like this:
public int copyWeather(Weather arg1, WeatherHolder arg2) {…}
Why not simply return a Weather POJO (or a POJO with a Weather and an int)? Arnout --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
