Re: [patch] javadoc for ScmProvider interface

2005-11-18 Thread Emmanuel Venisse
The correct procedure is to attach the patch to a jira issue. I'll apply your new one. Emmanuel Wim Deblauwe a écrit : Hi, what is the correct procedure to give a patch? I have added some javadoc to the ScmProvider class, but some of the methods still need some javadoc to make it clear what

Re: [patch] javadoc for ScmProvider interface

2005-11-18 Thread Wim Deblauwe
Forget the patch, this is a better one. Only diff needs explenation now. regards, Wim Index: ScmProvider.java === --- ScmProvider.java    (revision 332738) +++ ScmProvider.java    (working copy) @@ -16,11 +16,6 @@   * limitations un

[patch] javadoc for ScmProvider interface

2005-11-18 Thread Wim Deblauwe
Hi, what is the correct procedure to give a patch? I have added some javadoc to the ScmProvider class, but some of the methods still need some javadoc to make it clear what they should do exactly. This should make it easier for others to implement a provider. Anyway this is the patch. I hope that