Author: snjeza
Date: 2008-05-08 16:51:59 -0400 (Thu, 08 May 2008)
New Revision: 8008
Modified:
trunk/hibernatetools/tests/org.hibernate.eclipse.console.test/src/org/hibernate/eclipse/console/test/RefactoringTest.java
Log:
Making the RefactoringTest class JDK 5 compatible
Modified:
trunk/hibernatetools/tests/org.hibernate.eclipse.console.test/src/org/hibernate/eclipse/console/test/RefactoringTest.java
===================================================================
---
trunk/hibernatetools/tests/org.hibernate.eclipse.console.test/src/org/hibernate/eclipse/console/test/RefactoringTest.java 2008-05-08
18:30:57 UTC (rev 8007)
+++
trunk/hibernatetools/tests/org.hibernate.eclipse.console.test/src/org/hibernate/eclipse/console/test/RefactoringTest.java 2008-05-08
20:51:59 UTC (rev 8008)
@@ -285,14 +285,12 @@
return parent;
}
- @Override
public boolean hasAttribute(String attributeName)
throws CoreException {
fail("Method doesn't tested");
return false;
}
- @Override
public Object removeAttribute(String attributeName) {
fail("Method doesn't tested");
return null;
@@ -518,7 +516,6 @@
}
}
- @Override
public boolean hasAttribute(String attributeName)
throws CoreException {
return attributes.containsKey(attributeName);
Show replies by date