Skip to content
This repository was archived by the owner on Jul 1, 2025. It is now read-only.

Commit d4ea961

Browse files
committed
Cleaned up Imports
1 parent c702df4 commit d4ea961

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/main/java/org/energyos/espi/thirdparty/web/custodian/AdministratorController.java

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
import java.io.ByteArrayInputStream;
2020
import java.util.List;
2121

22-
import javax.validation.Valid;
23-
2422
import org.energyos.espi.common.domain.ApplicationInformation;
2523
import org.energyos.espi.common.domain.Authorization;
2624
import org.energyos.espi.common.domain.RetailCustomer;
@@ -38,14 +36,6 @@
3836
import org.springframework.security.access.prepost.PreAuthorize;
3937
import org.springframework.stereotype.Controller;
4038
import org.springframework.ui.ModelMap;
41-
import org.springframework.validation.BindingResult;
42-
import org.springframework.validation.Errors;
43-
import org.springframework.validation.ValidationUtils;
44-
import org.springframework.validation.Validator;
45-
import org.springframework.web.bind.WebDataBinder;
46-
import org.springframework.web.bind.annotation.InitBinder;
47-
import org.springframework.web.bind.annotation.ModelAttribute;
48-
import org.springframework.web.bind.annotation.PathVariable;
4939
import org.springframework.web.bind.annotation.RequestMapping;
5040
import org.springframework.web.bind.annotation.RequestMethod;
5141
import org.springframework.web.client.RestTemplate;

0 commit comments

Comments
 (0)