Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
igbanam committed Sep 18, 2024
1 parent db3034a commit 703c726
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,5 +185,4 @@ private String handleResponse(CloseableHttpResponse response) throws Exception {
}
return responseBody;
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -337,5 +337,4 @@ public Map<String, String> convertMetadata(Map<String, String> inputData, String

return returnMap;
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,4 @@ public static LocalDateTime current() throws Exception {
public static LocalDateTime toDateTime(String dateTimeString) throws Exception {
return LocalDateTime.parse(dateTimeString, ISO_DATE_TIME_FORMATTER);
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ public final class TestUniqueId {
public String get() {
return testUniqueId;
}

}

0 comments on commit 703c726

Please sign in to comment.