]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2218] Update doc comment for InMemoryClient::findZoneData()
authorMukund Sivaraman <muks@isc.org>
Wed, 26 Sep 2012 11:57:43 +0000 (17:27 +0530)
committerMukund Sivaraman <muks@isc.org>
Wed, 26 Sep 2012 11:57:43 +0000 (17:27 +0530)
src/lib/datasrc/memory/memory_client.h

index d33b91cb0450dab129f5a78e485437d2c29d3199..2ed6066d6fac81b509a9fd314a3c803ae2df1891 100644 (file)
@@ -215,8 +215,7 @@ public:
     /// This is mainly intended for use in unit tests and should not be
     /// used in other code.
     ///
-    /// This derived version of the method never throws an exception.
-    /// For other details see \c DataSourceClient::findZone().
+    /// \throws none
     isc::datasrc::memory::ZoneTable::FindResult
     findZoneData(const isc::dns::Name& name);