Skip to content

Commit

Permalink
Minor: remove StringDef usage
Browse files Browse the repository at this point in the history
Reviewed By: oprisnik

Differential Revision: D22574434

fbshipit-source-id: c25af781b95238e48e35ec7900a51ad2adc3feb1
  • Loading branch information
defHLT authored and facebook-github-bot committed Jul 17, 2020
1 parent c74abcd commit bbc795a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public interface ProducerContext {

void setEncodedImageOrigin(EncodedImageOrigin encodedImageOrigin);

<E> void setExtra(@ExtraKeys String key, @Nullable E value);
<E> void setExtra(String key, @Nullable E value);

void putExtras(@Nullable Map<String, ?> extras);

Expand Down

0 comments on commit bbc795a

Please sign in to comment.