Re: [Plastic-devs] VOQuest + PLASTIC
Brought to you by:
johndavidtaylor,
thomasboch
|
From: Thomas B. <bo...@ne...> - 2006-05-09 11:06:50
|
> > With hindsight I'd say that the way the change was made was suboptimal - > if the parameter list change had been > > (String votable) -> (String votable, String id) > > rather than > > (String votable) -> (String id, String votable) Note that the current version of Aladin incorrectly expects that the parameter list is (String votable, String id) ... I'll fix that in a future release. Thomas |