mirror of
https://github.com/OtusTeam/Spring.git
synced 2026-05-30 10:50:42 +00:00
fix person after checkstyle
This commit is contained in:
@@ -3,6 +3,7 @@ package ru.otus.spring.domain;
|
||||
public class Person {
|
||||
|
||||
private final String name;
|
||||
|
||||
private final int age;
|
||||
|
||||
public Person(String name, int age) {
|
||||
|
||||
Reference in New Issue
Block a user