You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
api-impl{-jni}: fix code style issues missed during review
This commit is contained in:
@@ -7,7 +7,7 @@ public class MediaCodecInfo {
|
||||
|
||||
public MediaCodecInfo(String name, String mime) {
|
||||
this.name = name;
|
||||
this.mime = mime;
|
||||
this.mime = mime;
|
||||
}
|
||||
|
||||
public String getName() {
|
||||
|
||||
Reference in New Issue
Block a user