mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Remove unnecessary getter
This commit is contained in:
parent
022c1ad6dd
commit
4a77d1a44e
1 changed files with 0 additions and 4 deletions
|
|
@ -40,8 +40,4 @@ public final class Variant implements FormatWrapper {
|
||||||
return format;
|
return format;
|
||||||
}
|
}
|
||||||
|
|
||||||
public String getName() {
|
|
||||||
return name;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue