summaryrefslogtreecommitdiff
path: root/examples/Simulator/DOVEBrowser/PushConsumer.java
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Simulator/DOVEBrowser/PushConsumer.java')
-rw-r--r--examples/Simulator/DOVEBrowser/PushConsumer.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Simulator/DOVEBrowser/PushConsumer.java b/examples/Simulator/DOVEBrowser/PushConsumer.java
index a69f20038bb..6f2ccee6707 100644
--- a/examples/Simulator/DOVEBrowser/PushConsumer.java
+++ b/examples/Simulator/DOVEBrowser/PushConsumer.java
@@ -143,7 +143,7 @@ public class PushConsumer extends RtecEventComm.PushConsumerPOA
suppliers_ = consumer_admin_.obtain_push_supplier ();
org.omg.CORBA.Object objref = poa_.servant_to_reference (this);
- RtecEventComm.PushConsumer consumer_ref =
+ RtecEventComm.PushConsumer consumer_ref =
RtecEventComm.PushConsumerHelper.narrow (objref);
suppliers_.connect_push_consumer (consumer_ref, qos);