[WiFi] Correct interop native api (#317)
authorchleun-moon <32117100+chleun-moon@users.noreply.github.com>
Mon, 2 Jul 2018 07:42:46 +0000 (16:42 +0900)
committertaesubkim <35015408+taesubkim@users.noreply.github.com>
Mon, 2 Jul 2018 07:42:46 +0000 (16:42 +0900)
src/Tizen.Network.WiFi/Tizen.Network.WiFi/WiFiAP.cs

index 17b3b70..11d37d3 100644 (file)
@@ -483,7 +483,6 @@ namespace Tizen.Network.WiFi
         /// <privilege>http://tizen.org/privilege/network.get</privilege>
         /// <exception cref="NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>
         /// <exception cref="UnauthorizedAccessException">Thrown when permission is denied.</exception>
-        /// <exception cref="ObjectDisposedException">Thrown when the object instance is disposed or released.</exception>
         /// <exception cref="OutOfMemoryException">Thrown when the system is out of memory.</exception>
         /// <exception cref="InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>
         public static void CancelWps()