[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[Subclipse-users] The javadoc is not consistent with the li brary.

From: ΡσΣσ <biti509yi_at_163.com>
Date: 2006-04-21 04:02:08 CEST

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

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.