You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Vladimir Berezniker <vm...@hitechman.com> on 2012/04/22 05:57:53 UTC

[RFC][PATCH 04/22] JavaHL Ra API Implementation

[[[
    JavaHL: Support returning non const, empty rather than NULL hash as
required by (svn_ra_get_commit_editor3) apr_hash_t *revprop_table parameter

    [ in subversion/bindings/javahl/native ]

    * RevpropTable.cpp, RevpropTable.h
      (hash): Removed const qualifier and added bool nullIfEmpty parameter
to specify whether empty hash or NULL should be returned
]]]