Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeopt committed Jul 30, 2024
1 parent e882559 commit c0e9f83
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ ODPManager getODPManager() {
*
* @param attrs Attributes that will be combined with default attributes.
*
*
* @return A new map of both the default attributes and attributes passed in.
*/
private Map<String, ?> getAllAttributes(@NonNull Map<String, ?> attrs) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ open class ODPSegmentClient(private val client: ClientForODPOnly, private val lo
} catch (e: Exception) {
logger.error("Error making ODP segment request", e)
// return@Request null
throw e;
throw e
} finally {
if (urlConnection != null) {
try {
Expand Down

0 comments on commit c0e9f83

Please sign in to comment.