SDL_Android/SmartDeviceLinkAndroidProxy - added the correct version of the proxy
[profile/ivi/smartdevicelink.git] / SDL_Android / SmartDeviceLinkProxyAndroid / src / com / smartdevicelink / proxy / RPCNotification.java
index 6380ba0..e3562b6 100755 (executable)
@@ -1,21 +1,21 @@
-//
-// Copyright (c) 2013 Ford Motor Company
-//
-package com.smartdevicelink.proxy;
-
-import java.util.Hashtable;
-
-public class RPCNotification extends RPCMessage {
-
-       public RPCNotification(String functionName) {
-               super(functionName, "notification");
-       }
-
-       public RPCNotification(Hashtable hash) {
-               super(hash);
-       }
-
-       public RPCNotification(RPCMessage rpcMsg) {
-               super(rpcMsg);
-       }
-} // end-class
+/**\r
+ * \r
+ */\r
+package com.smartdevicelink.proxy;\r
+\r
+import java.util.Hashtable;\r
+\r
+public class RPCNotification extends RPCMessage {\r
+\r
+       public RPCNotification(String functionName) {\r
+               super(functionName, "notification");\r
+       }\r
+\r
+       public RPCNotification(Hashtable hash) {\r
+               super(hash);\r
+       }\r
+\r
+       public RPCNotification(RPCMessage rpcMsg) {\r
+               super(rpcMsg);\r
+       }\r
+} // end-class
\ No newline at end of file