mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-15 04:59:24 +00:00
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
@@ -24,9 +24,7 @@
|
||||
package com.iluwatar.threadpool;
|
||||
|
||||
/**
|
||||
*
|
||||
* CoffeeMakingTask is a concrete task
|
||||
*
|
||||
* CoffeeMakingTask is a concrete task.
|
||||
*/
|
||||
public class CoffeeMakingTask extends Task {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user