Fix the parameter name
authorjusung son <jusung07.son@samsung.com>
Thu, 25 May 2017 01:54:28 +0000 (10:54 +0900)
committerjusung son <jusung07.son@samsung.com>
Thu, 25 May 2017 01:57:04 +0000 (01:57 +0000)
Change-Id: I1e6ae1e5472dcca3a13f5226e31b45ca270030bc
Signed-off-by: jusung son <jusung07.son@samsung.com>
src/Tizen.Applications.DataControl/Tizen.Applications.DataControl/Provider.cs

index 75403b5..72a1142 100755 (executable)
@@ -864,7 +864,7 @@ namespace Tizen.Applications.DataControl
         /// <summary>
         /// Initializes Provider class with dataID.
         /// </summary>
-        /// <param name="dataId">DataControl Data ID</param>
+        /// <param name="dataID">DataControl Data ID</param>
         /// <exception cref="ArgumentException">Thrown in case of Invalid parmaeter.</exception>
         public Provider(string dataID)
         {