Skip to content

Commit 363dd08

Browse files
Remove extra spacing from SdlFile javadoc
1 parent 650ca44 commit 363dd08

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

  • android/sdl_android/src/main/java/com/smartdevicelink/managers/file/filetypes
  • javaSE/src/main/java/com/smartdevicelink/managers/file/filetypes

android/sdl_android/src/main/java/com/smartdevicelink/managers/file/filetypes/SdlFile.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,6 @@ public void setOverwrite(boolean overwrite) {
265265

266266
/**
267267
* Generates a file name from data by hashing the data and returning the last 16 chars
268-
*
269268
* @param data a byte array representing the data of the file
270269
* @return a String value representing the name that will be used to store the file in the head unit
271270
*/
@@ -293,7 +292,6 @@ private String generateFileNameFromData(@NonNull byte[] data) {
293292

294293
/**
295294
* Generates a file name from uri by hashing the uri string and returning the last 16 chars
296-
*
297295
* @param uri a URI value representing a file's location
298296
* @return a String value representing the name that will be used to store the file in the head unit
299297
*/
@@ -303,7 +301,6 @@ private String generateFileNameFromUri(@NonNull Uri uri) {
303301

304302
/**
305303
* Generates a file name from resourceId by hashing the id and returning the last 16 chars
306-
*
307304
* @param id an int value representing the android resource id of the file
308305
* @return a String value representing the name that will be used to store the file in the head unit
309306
*/

javaSE/src/main/java/com/smartdevicelink/managers/file/filetypes/SdlFile.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,6 @@ private String generateFileNameFromData(@NonNull byte[] data) {
254254

255255
/**
256256
* Generates a file name from filePath by hashing the filePath and returning the last 16 chars
257-
*
258257
* @param filePath a String value representing the the location of the file
259258
* @return a String value representing the name that will be used to store the file in the head unit
260259
*/

0 commit comments

Comments
 (0)