You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by br...@apache.org on 2014/01/24 02:30:52 UTC

svn commit: r1560872 - in /subversion/branches/1.8.x: ./ subversion/include/svn_repos.h

Author: breser
Date: Fri Jan 24 01:30:52 2014
New Revision: 1560872

URL: http://svn.apache.org/r1560872
Log:
Merge r1478617 from trunk: documentation fix

Modified:
    subversion/branches/1.8.x/   (props changed)
    subversion/branches/1.8.x/subversion/include/svn_repos.h

Propchange: subversion/branches/1.8.x/
------------------------------------------------------------------------------
  Merged /subversion/trunk:r1478617

Modified: subversion/branches/1.8.x/subversion/include/svn_repos.h
URL: http://svn.apache.org/viewvc/subversion/branches/1.8.x/subversion/include/svn_repos.h?rev=1560872&r1=1560871&r2=1560872&view=diff
==============================================================================
--- subversion/branches/1.8.x/subversion/include/svn_repos.h (original)
+++ subversion/branches/1.8.x/subversion/include/svn_repos.h Fri Jan 24 01:30:52 2014
@@ -298,8 +298,7 @@ typedef struct svn_repos_notify_t
    * the revision which just completed. */
   svn_revnum_t revision;
 
-  /** For #svn_repos_notify_warning, the warning object. Must be cleared
-      by the consumer of the notification. */
+  /** For #svn_repos_notify_warning, the warning object. */
   const char *warning_str;
   svn_repos_notify_warning_t warning;