Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
Signed-off-by: Hongxin Liang <[email protected]>
  • Loading branch information
honnix committed Oct 14, 2023
1 parent 65d643c commit fa23b66
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ public static <T> SdkLiteralType<T> of(Class<T> clazz) {
return (SdkLiteralType<T>) datetimes();
} else if (clazz.equals(Duration.class)) {
return (SdkLiteralType<T>) durations();
} else if (clazz.equals(BlobType.class)) {
return null;
}
throw new IllegalArgumentException("Unsupported type: " + clazz);
}
Expand Down

0 comments on commit fa23b66

Please sign in to comment.