Commit 01aad89b authored by Robin Collier's avatar Robin Collier Committed by rcollier

OF-572 Remove @override annotations since we are still using Java 5

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13443 b35dd754-fafc-0310-a699-88a17e54d16e
parent c015b7ff
......@@ -2294,7 +2294,6 @@ public abstract class Node {
publisher
}
@Override
public int hashCode()
{
final int prime = 31;
......@@ -2304,7 +2303,6 @@ public abstract class Node {
return result;
}
@Override
public boolean equals(Object obj) {
if (obj == this)
return true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment