mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-16 18:59:21 +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
@@ -26,9 +26,7 @@ package com.iluwatar.tolerantreader;
|
||||
import java.io.Serializable;
|
||||
|
||||
/**
|
||||
*
|
||||
* RainbowFish is the initial schema
|
||||
*
|
||||
* RainbowFish is the initial schema.
|
||||
*/
|
||||
public class RainbowFish implements Serializable {
|
||||
|
||||
@@ -40,7 +38,7 @@ public class RainbowFish implements Serializable {
|
||||
private int weightTons;
|
||||
|
||||
/**
|
||||
* Constructor
|
||||
* Constructor.
|
||||
*/
|
||||
public RainbowFish(String name, int age, int lengthMeters, int weightTons) {
|
||||
this.name = name;
|
||||
|
||||
Reference in New Issue
Block a user