Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

Commit

Permalink
remove Map type cast
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed Feb 7, 2023
1 parent a86f098 commit cdb7340
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ class WithCodecHelper {
}
String allFallback = null
String nameFallback = null
(Map<String, String>) ((Map) codecInfo).each { k, v ->
((Map) codecInfo).each { k, v ->
String codecWriterName = k.toString().toLowerCase() - 'codec'
if (codecWriterName == OutputEncodingSettings.INHERIT_SETTING_NAME
|| codecWriterName == OutputEncodingSettings.REPLACE_ONLY_SETTING_NAME) {
Expand Down

0 comments on commit cdb7340

Please sign in to comment.