[jbosstools-commits] JBoss Tools SVN: r22603 - branches/3.2.helios/hibernatetools/tests/org.hibernate.eclipse.console.test/src/org/hibernate/eclipse/console/test.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Mon Jun 7 11:08:21 EDT 2010
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")
More information about the jbosstools-commits
mailing list