Skip to content

Commit

Permalink
Whitespace fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmeldrum committed Nov 1, 2023
1 parent 6aae83a commit 907bbbf
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ private MetaInfFileBO prepareMetaInfJson(List<DataCollectionFileEntity> files, S
files.forEach(file -> {
String filePath = file.getPath();
String fileName = StringUtils.substringAfterLast(filePath, File.separator);

String dataEntityType = fileName.replace(".json", "");

MetaInfFileDetailsBO metaInfFileDetailsBOFile =
Expand Down

0 comments on commit 907bbbf

Please sign in to comment.