Apply 2-space formatting
This commit is contained in:
@@ -11,6 +11,7 @@ import org.springframework.transaction.annotation.Transactional;
|
|||||||
@Service
|
@Service
|
||||||
@Transactional(readOnly = true)
|
@Transactional(readOnly = true)
|
||||||
public class AnimalService {
|
public class AnimalService {
|
||||||
|
|
||||||
private final AnimalCoreService zooCoreService;
|
private final AnimalCoreService zooCoreService;
|
||||||
|
|
||||||
// 동물의 UUID로 id조회
|
// 동물의 UUID로 id조회
|
||||||
|
|||||||
Reference in New Issue
Block a user