SDL_Android/SmartDeviceLinkAndroidProxy - added the correct version of the proxy
[profile/ivi/smartdevicelink.git] / SDL_Android / SmartDeviceLinkProxyAndroid / src / com / smartdevicelink / proxy / rpc / SetGlobalPropertiesResponse.java
index 1d7e178..ad16c46 100755 (executable)
@@ -1,18 +1,32 @@
-//
-// Copyright (c) 2013 Ford Motor Company
-//
-package com.smartdevicelink.proxy.rpc;
-
-import java.util.Hashtable;
-
-import com.smartdevicelink.proxy.RPCResponse;
-
-public class SetGlobalPropertiesResponse extends RPCResponse {
-
-    public SetGlobalPropertiesResponse() {
-        super("SetGlobalProperties");
-    }
-    public SetGlobalPropertiesResponse(Hashtable hash) {
-        super(hash);
-    }
-}
+package com.smartdevicelink.proxy.rpc;\r
+\r
+import java.util.Hashtable;\r
+\r
+import com.smartdevicelink.proxy.RPCResponse;\r
+\r
+/**\r
+ * Set Global Properties Response is sent, when SetGlobalProperties has been called\r
+ * \r
+ * @since SmartDeviceLink 1.0\r
+ */\r
+public class SetGlobalPropertiesResponse extends RPCResponse {\r
+\r
+       /**\r
+        * Constructs a new SetGlobalPropertiesResponse object\r
+        */\r
+    public SetGlobalPropertiesResponse() {\r
+        super("SetGlobalProperties");\r
+    }\r
+\r
+       /**\r
+        * Constructs a new SetGlobalPropertiesResponse object indicated by the Hashtable\r
+        * parameter\r
+        * <p>\r
+        * \r
+        * @param hash\r
+        *            The Hashtable to use\r
+        */\r
+    public SetGlobalPropertiesResponse(Hashtable hash) {\r
+        super(hash);\r
+    }\r
+}
\ No newline at end of file