Hi
I downloaded svnClientAdapter_0.9.23 with a javadoc. Then I got the latest sourse code of subclipse1.0.1 with a svnClientAdater library. But I found the javadoc is not consistent with the library!
For example,the javadoc says:
Class SVNClientAdapterFactory
static ISVNClientAdapter createSVN(int clientType)
But the actual source code is like this:
String bestClientType = SVNClientAdapterFactory.getPreferredSVNClientType();
ISVNClientAdapter svnClient = SVNClientAdapterFactory.createSVNClient(bestClientType);
There are many other examples. So where can I get the correct javadoc?
For help,thanks!
Bob
Received on Fri Apr 21 04:02:33 2006