remove java 1.3 compilation issue

This commit is contained in:
Jehan Monnier 2010-11-26 20:03:52 +01:00
parent 2667f001eb
commit f8db2b8f80

View file

@ -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;