File tree Expand file tree Collapse file tree
android/sdl_android/src/main/java/com/smartdevicelink/managers/file/filetypes
javaSE/src/main/java/com/smartdevicelink/managers/file/filetypes Expand file tree Collapse file tree Original file line number Diff line number Diff 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 */
Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments