[Bug292967] Second part of request coalescing + unit tests + minor fixes.
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf / src / org / eclipse / linuxtools / tmf / request / TmfRequestExecutor.java
index 2094d3828742d332c9601712a5ed09ef95f921be..6e4e202481a095e597432343fb7d8001add28730 100644 (file)
@@ -1,3 +1,15 @@
+/*******************************************************************************
+ * Copyright (c) 2009, 2010 Ericsson
+ * 
+ * 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
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
 package org.eclipse.linuxtools.tmf.request;
 
 import java.util.Queue;
@@ -5,6 +17,11 @@ import java.util.concurrent.Executor;
 import java.util.concurrent.Executors;
 import java.util.concurrent.LinkedBlockingQueue;
 
+/**
+ * <b><u>TmfRequestExecutor</u></b>
+ *
+ * Implement me. Please.
+ */
 public class TmfRequestExecutor implements Executor {
 
        private final Executor fExecutor;
This page took 0.023816 seconds and 5 git commands to generate.