Skip to content

Commit c8a9f4a

Browse files
committed
clean code
1 parent 5edafa7 commit c8a9f4a

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/main/java/fr/insee/genesis/controller/rest/QuestionnaireMetadataController.java

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,7 @@
99
import org.springframework.http.ResponseEntity;
1010
import org.springframework.security.access.prepost.PreAuthorize;
1111
import org.springframework.stereotype.Controller;
12-
import org.springframework.web.bind.annotation.DeleteMapping;
13-
import org.springframework.web.bind.annotation.GetMapping;
14-
import org.springframework.web.bind.annotation.PostMapping;
15-
import org.springframework.web.bind.annotation.RequestBody;
16-
import org.springframework.web.bind.annotation.RequestMapping;
17-
import org.springframework.web.bind.annotation.RequestParam;
12+
import org.springframework.web.bind.annotation.*;
1813

1914
@Controller
2015
@RequestMapping(path = "/questionnaire-metadata")

0 commit comments

Comments
 (0)