Skip to content

Commit

Permalink
ProducerName is public for MediaVariationFallbackProducer
Browse files Browse the repository at this point in the history
Summary: For uniformity we put the name of the Producer as public

Reviewed By: kirwan

Differential Revision: D4558162

fbshipit-source-id: 2ab68930d138bf8e402457d221dbdd9f8ca4dfdd
  • Loading branch information
massimocarli authored and facebook-github-bot committed Feb 14, 2017
1 parent 7027142 commit 749dccf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
*/
public class MediaVariationsFallbackProducer implements Producer<EncodedImage> {

@VisibleForTesting static final String PRODUCER_NAME = "MediaVariationsFallbackProducer";
public static final String PRODUCER_NAME = "MediaVariationsFallbackProducer";
public static final String EXTRA_CACHED_VALUE_FOUND = ProducerConstants.EXTRA_CACHED_VALUE_FOUND;
public static final String EXTRA_CACHED_VALUE_USED_AS_LAST = "cached_value_used_as_last";

Expand Down

0 comments on commit 749dccf

Please sign in to comment.