summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBilal Alsharifi <bilal.alsharifi@gmail.com>2020-03-20 16:07:13 -0400
committerBilal Alsharifi <bilal.alsharifi@gmail.com>2020-03-20 16:07:13 -0400
commit363dd087850642cf2b4cd117a4978f0ea87a95d5 (patch)
tree0a3310273457eeaf1d70e5c540af841d68030fb3
parent650ca443a67560b96fad455173e61ffaf32aa228 (diff)
downloadsdl_android-feature/Image_upload_management.tar.gz
Remove extra spacing from SdlFile javadocfeature/Image_upload_management
-rw-r--r--android/sdl_android/src/main/java/com/smartdevicelink/managers/file/filetypes/SdlFile.java3
-rw-r--r--javaSE/src/main/java/com/smartdevicelink/managers/file/filetypes/SdlFile.java1
2 files changed, 0 insertions, 4 deletions
diff --git a/android/sdl_android/src/main/java/com/smartdevicelink/managers/file/filetypes/SdlFile.java b/android/sdl_android/src/main/java/com/smartdevicelink/managers/file/filetypes/SdlFile.java
index 1b4d84fa1..5d7e73f5c 100644
--- a/android/sdl_android/src/main/java/com/smartdevicelink/managers/file/filetypes/SdlFile.java
+++ b/android/sdl_android/src/main/java/com/smartdevicelink/managers/file/filetypes/SdlFile.java
@@ -265,7 +265,6 @@ public class SdlFile{
/**
* Generates a file name from data by hashing the data and returning the last 16 chars
- *
* @param data a byte array representing the data of the file
* @return a String value representing the name that will be used to store the file in the head unit
*/
@@ -293,7 +292,6 @@ public class SdlFile{
/**
* Generates a file name from uri by hashing the uri string and returning the last 16 chars
- *
* @param uri a URI value representing a file's location
* @return a String value representing the name that will be used to store the file in the head unit
*/
@@ -303,7 +301,6 @@ public class SdlFile{
/**
* Generates a file name from resourceId by hashing the id and returning the last 16 chars
- *
* @param id an int value representing the android resource id of the file
* @return a String value representing the name that will be used to store the file in the head unit
*/
diff --git a/javaSE/src/main/java/com/smartdevicelink/managers/file/filetypes/SdlFile.java b/javaSE/src/main/java/com/smartdevicelink/managers/file/filetypes/SdlFile.java
index e7bb059b5..eac88d5e6 100644
--- a/javaSE/src/main/java/com/smartdevicelink/managers/file/filetypes/SdlFile.java
+++ b/javaSE/src/main/java/com/smartdevicelink/managers/file/filetypes/SdlFile.java
@@ -254,7 +254,6 @@ public class SdlFile{
/**
* Generates a file name from filePath by hashing the filePath and returning the last 16 chars
- *
* @param filePath a String value representing the the location of the file
* @return a String value representing the name that will be used to store the file in the head unit
*/