|
@@ -1,5 +1,4 @@
|
|
|
/*
|
|
|
- * *
|
|
|
* 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
|
|
@@ -15,9 +14,11 @@
|
|
|
* 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.
|
|
|
- * /
|
|
|
*/
|
|
|
|
|
|
+/**
|
|
|
+ * Support for concurrent execution.
|
|
|
+ */
|
|
|
@InterfaceAudience.Private
|
|
|
@InterfaceStability.Unstable
|
|
|
package org.apache.hadoop.util.concurrent;
|