Resolves checkstyle errors for template-method thread-pool throttling tls tolerant-reader (#1073)
* Reduces checkstyle errors in template-method * Reduces checkstyle errors in thread-pool * Reduces checkstyle errors in throttling * Reduces checkstyle errors in tls * Reduces checkstyle errors in tolerant-reader
This commit is contained in:
committed by
Ilkka Seppälä
parent
9c8ad4485b
commit
b92eb5229d
@@ -26,9 +26,7 @@ package com.iluwatar.threadpool;
|
||||
import java.util.concurrent.atomic.AtomicInteger;
|
||||
|
||||
/**
|
||||
*
|
||||
* Abstract base class for tasks
|
||||
*
|
||||
* Abstract base class for tasks.
|
||||
*/
|
||||
public abstract class Task {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user