Browse Source

[1331] Stricter requirement

Michal 'vorner' Vaner 13 years ago
parent
commit
96e0aa96b5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/lib/datasrc/zone.h

+ 2 - 2
src/lib/datasrc/zone.h

@@ -438,7 +438,7 @@ public:
     /// calls after \c commit() the implementation must throw a
     /// calls after \c commit() the implementation must throw a
     /// \c DataSourceError exception.
     /// \c DataSourceError exception.
     ///
     ///
-    /// If journaling was requested when getting this updater, it might reject
+    /// If journaling was requested when getting this updater, it will reject
     /// to add the RRset if the squence doesn't look like and IXFR (see
     /// to add the RRset if the squence doesn't look like and IXFR (see
     /// DataSourceClient::getUpdater). In such case isc::BadValue is thrown.
     /// DataSourceClient::getUpdater). In such case isc::BadValue is thrown.
     ///
     ///
@@ -509,7 +509,7 @@ public:
     /// calls after \c commit() the implementation must throw a
     /// calls after \c commit() the implementation must throw a
     /// \c DataSourceError exception.
     /// \c DataSourceError exception.
     ///
     ///
-    /// If journaling was requested when getting this updater, it might reject
+    /// If journaling was requested when getting this updater, it will reject
     /// to add the RRset if the squence doesn't look like and IXFR (see
     /// to add the RRset if the squence doesn't look like and IXFR (see
     /// DataSourceClient::getUpdater). In such case isc::BadValue is thrown.
     /// DataSourceClient::getUpdater). In such case isc::BadValue is thrown.
     ///
     ///