mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-23 06:08:07 +00:00
remove java 1.3 compilation issue
This commit is contained in:
parent
2667f001eb
commit
f8db2b8f80
1 changed files with 0 additions and 2 deletions
|
|
@ -58,7 +58,6 @@ public final class VideoSize {
|
|||
}
|
||||
|
||||
// Generated
|
||||
@Override
|
||||
public int hashCode() {
|
||||
final int prime = 31;
|
||||
int result = 1;
|
||||
|
|
@ -66,7 +65,6 @@ public final class VideoSize {
|
|||
result = prime * result + width;
|
||||
return result;
|
||||
}
|
||||
@Override
|
||||
public boolean equals(Object obj) {
|
||||
if (this == obj)
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue