Author: chris.laprun(a)jboss.com
Date: 2010-09-13 09:15:25 -0400 (Mon, 13 Sep 2010)
New Revision: 4172
Modified:
components/wsrp/trunk/consumer/src/test/java/org/gatein/wsrp/test/support/MockConsumerRegistry.java
Log:
- Should compile properly now.
Modified:
components/wsrp/trunk/consumer/src/test/java/org/gatein/wsrp/test/support/MockConsumerRegistry.java
===================================================================
---
components/wsrp/trunk/consumer/src/test/java/org/gatein/wsrp/test/support/MockConsumerRegistry.java 2010-09-13
10:54:28 UTC (rev 4171)
+++
components/wsrp/trunk/consumer/src/test/java/org/gatein/wsrp/test/support/MockConsumerRegistry.java 2010-09-13
13:15:25 UTC (rev 4172)
@@ -30,6 +30,7 @@
import org.gatein.wsrp.consumer.ConsumerException;
import org.gatein.wsrp.consumer.EndpointConfigurationInfo;
import org.gatein.wsrp.consumer.ProducerInfo;
+import org.gatein.wsrp.consumer.migration.MigrationService;
import org.gatein.wsrp.consumer.registry.ConsumerRegistry;
import java.util.ArrayList;
@@ -150,4 +151,14 @@
{
throw new UnsupportedOperationException();
}
+
+ public MigrationService getMigrationService()
+ {
+ return null; //To change body of implemented methods use File | Settings | File
Templates.
+ }
+
+ public void setMigrationService(MigrationService migrationService)
+ {
+ //To change body of implemented methods use File | Settings | File Templates.
+ }
}
Show replies by date