Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2013-09-13 21:48:55 +0000
committerslewis2013-09-13 21:48:55 +0000
commitd8d23d32d4352843172bd414d9f6bdc9e0fa84b8 (patch)
tree8d9ca5e3ad5cee3e841d509408defe0af57a1fe6 /examples/bundles/org.eclipse.ecf.examples.loadbalancing.ds.consumer/src
parentc3e3bf1c4877246410f6223c499538d0600e2beb (diff)
downloadorg.eclipse.ecf-d8d23d32d4352843172bd414d9f6bdc9e0fa84b8.tar.gz
org.eclipse.ecf-d8d23d32d4352843172bd414d9f6bdc9e0fa84b8.tar.xz
org.eclipse.ecf-d8d23d32d4352843172bd414d9f6bdc9e0fa84b8.zip
Improvement for https://bugs.eclipse.org/bugs/show_bug.cgi?id=259387
Diffstat (limited to 'examples/bundles/org.eclipse.ecf.examples.loadbalancing.ds.consumer/src')
-rw-r--r--examples/bundles/org.eclipse.ecf.examples.loadbalancing.ds.consumer/src/org/eclipse/ecf/examples/internal/loadbalancing/ds/consumer/DataProcessorClientComponent.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/bundles/org.eclipse.ecf.examples.loadbalancing.ds.consumer/src/org/eclipse/ecf/examples/internal/loadbalancing/ds/consumer/DataProcessorClientComponent.java b/examples/bundles/org.eclipse.ecf.examples.loadbalancing.ds.consumer/src/org/eclipse/ecf/examples/internal/loadbalancing/ds/consumer/DataProcessorClientComponent.java
index fe3cb2028..be9b44b67 100644
--- a/examples/bundles/org.eclipse.ecf.examples.loadbalancing.ds.consumer/src/org/eclipse/ecf/examples/internal/loadbalancing/ds/consumer/DataProcessorClientComponent.java
+++ b/examples/bundles/org.eclipse.ecf.examples.loadbalancing.ds.consumer/src/org/eclipse/ecf/examples/internal/loadbalancing/ds/consumer/DataProcessorClientComponent.java
@@ -1,5 +1,5 @@
/*******************************************************************************
-* Copyright (c) 2010 Composent, Inc. and others. All rights reserved. This
+ Copyright (c) 2010 Composent, Inc. and others. All rights reserved. This
* program and the accompanying materials are made available under the terms of
* the Eclipse Public License v1.0 which accompanies this distribution, and is
* available at http://www.eclipse.org/legal/epl-v10.html

Back to the top