Author: dgeraskov
Date: 2010-06-07 11:08:21 -0400 (Mon, 07 Jun 2010)
New Revision: 22603
Modified:
branches/3.2.helios/hibernatetools/tests/org.hibernate.eclipse.console.test/src/org/hibernate/eclipse/console/test/RefactoringTest.java
Log:
https://jira.jboss.org/browse/JBIDE-6420
Modified:
branches/3.2.helios/hibernatetools/tests/org.hibernate.eclipse.console.test/src/org/hibernate/eclipse/console/test/RefactoringTest.java
===================================================================
---
branches/3.2.helios/hibernatetools/tests/org.hibernate.eclipse.console.test/src/org/hibernate/eclipse/console/test/RefactoringTest.java 2010-06-07
14:34:31 UTC (rev 22602)
+++
branches/3.2.helios/hibernatetools/tests/org.hibernate.eclipse.console.test/src/org/hibernate/eclipse/console/test/RefactoringTest.java 2010-06-07
15:08:21 UTC (rev 22603)
@@ -329,7 +329,6 @@
}
//====================================================================================
- @SuppressWarnings("unchecked")
static class TestWorkingCopy implements ILaunchConfigurationWorkingCopy{
private TestLaunchConfig parent;
@@ -535,6 +534,11 @@
return null;
}
+ @Override
+ public void setAttribute(String attributeName, Set value) {
+ attributes.put(attributeName, value);
+ }
+
}
@SuppressWarnings("unchecked")