You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by cm...@collab.net on 2003/04/02 20:23:46 UTC

Re: svn commit: rev 5528 - trunk/subversion/bindings/java/org/tigris/subversion

knacke@tigris.org writes:

> Author: knacke
> Date: Wed Apr  2 13:56:45 2003
> New Revision: 5528
> 
> Added:
>    trunk/subversion/bindings/java/org/tigris/subversion/Canceller.java
> Log:
> * subversion/bindings/java/org/tigris/subversion/Canceller.java
>   New interface.

I know I shouldn't be making complaints, since I'm the one who failed
to add this skeletal class, but...

> +/**
> + * The methods of this interface correspond to the svn_nodekind_t enum
> + * described in the subversion C API located in 'svn_types.h'.
> + */
> +public interface Canceller
> +{
> +}

...I'm not quite sure what to make of that comment.  What does
cancellation have to do with node kinds?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: svn commit: rev 5528 - trunk/subversion/bindings/java/org/tigris/subversion

Posted by Kai Nacke <ka...@redstar.de>.
On Wednesday 02 April 2003 22:23, cmpilato@collab.net wrote:
> knacke@tigris.org writes:
> > Author: knacke
> > Date: Wed Apr  2 13:56:45 2003
> > New Revision: 5528

[...]

> > +/**
> > + * The methods of this interface correspond to the svn_nodekind_t enum
> > + * described in the subversion C API located in 'svn_types.h'.
> > + */
> > +public interface Canceller
> > +{
> > +}
>
> ...I'm not quite sure what to make of that comment.  What does
> cancellation have to do with node kinds?

Sorry - this is a cut-and-paste error. :-(

Kai


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org