http://wiki.netbeans.org/APIDevelopment -jt
Ășt 3. 12. 2019 v 21:13 odesĂlatel Brad Walker <[email protected]> napsal: > I believe there is a process for changing the interface of a particular > method.. > > Say for example, I wanted to change the following > public void setWebServiceIds(Set ids) > to > public void setWebServiceIds(Set<String> ids) > > Besides the obvious code change, what else would I need to do? I think > there is some versioning "stuff" but I know nothing about it.. > > Thanks. > > -brad w. >
