Author: bchapuis
Date: Tue Feb 8 09:13:47 2011
New Revision: 1068299
URL: http://svn.apache.org/viewvc?rev=1068299&view=rev
Log:
Added the missing comments and license to the class.
Modified:
incubator/droids/branch/bchapuis/droids-core/src/main/java/org/apache/droids/impl/TaskMasterImpl.java
Modified:
incubator/droids/branch/bchapuis/droids-core/src/main/java/org/apache/droids/impl/TaskMasterImpl.java
URL:
http://svn.apache.org/viewvc/incubator/droids/branch/bchapuis/droids-core/src/main/java/org/apache/droids/impl/TaskMasterImpl.java?rev=1068299&r1=1068298&r2=1068299&view=diff
==============================================================================
---
incubator/droids/branch/bchapuis/droids-core/src/main/java/org/apache/droids/impl/TaskMasterImpl.java
(original)
+++
incubator/droids/branch/bchapuis/droids-core/src/main/java/org/apache/droids/impl/TaskMasterImpl.java
Tue Feb 8 09:13:47 2011
@@ -1,6 +1,18 @@
/*
- * To change this template, choose Tools | Templates
- * and open the template in the editor.
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/
package org.apache.droids.impl;
@@ -22,8 +34,7 @@ import org.apache.droids.api.Worker;
import org.apache.droids.helper.Loggable;
/**
- *
- * @author bchapuis
+ * A simple TaskMaster with support for multi-threading.
*/
public class TaskMasterImpl<T extends Task> extends Loggable implements
TaskMaster<T>
{