SUPPORT-8381: private final field
This commit is contained in:
parent
c48770bb5a
commit
466b27cd12
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ import org.springframework.web.multipart.MultipartFile;
|
|||
*/
|
||||
@RestController
|
||||
public class EmployeeInfoFileUploadController {
|
||||
public EmployeeInfoFileUploadService fileUploadService;
|
||||
private final EmployeeInfoFileUploadService fileUploadService;
|
||||
|
||||
public EmployeeInfoFileUploadController(EmployeeInfoFileUploadService fileUploadService) {
|
||||
this.fileUploadService = fileUploadService;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue