SDL_Android/SmartDeviceLinkAndroidProxy - added the correct version of the proxy
[profile/ivi/smartdevicelink.git] / SDL_Android / SmartDeviceLinkProxyAndroid / src / com / smartdevicelink / transport / BTTransportConfig.java
old mode 100644 (file)
new mode 100755 (executable)
index 88efc1e..a2e7176
@@ -1,22 +1,18 @@
-//
-// Copyright (c) 2013 Ford Motor Company
-//
-package com.smartdevicelink.transport;
-
-/**
- * Container of Bluetooth transport specific configuration.
- */
-public final class BTTransportConfig extends BaseTransportConfig {
-
-       /**
-        * Overridden abstract method which returns specific type of this transport configuration.
-        * 
-        * @return Constant value TransportType.BLUETOOTH. 
-        * 
-        * @see TransportType
-        */
-       public TransportType getTransportType() {
-               return TransportType.BLUETOOTH;
-       }
-
-}
+package com.smartdevicelink.transport;\r
+\r
+/**\r
+ * Container of Bluetooth transport specific configuration.\r
+ */\r
+public final class BTTransportConfig extends BaseTransportConfig {\r
+\r
+       /**\r
+        * Overridden abstract method which returns specific type of this transport configuration.\r
+        * \r
+        * @return Constant value TransportType.BLUETOOTH. \r
+        * \r
+        * @see TransportType\r
+        */\r
+       public TransportType getTransportType() {\r
+               return TransportType.BLUETOOTH;\r
+       }       \r
+}\r