Skip to content

Commit 3bb483e

Browse files
committed
feature: Remove unused imports in BestillingController
1 parent 8fef14e commit 3bb483e

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

apps/dolly-backend/src/main/java/no/nav/dolly/provider/BestillingController.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
import no.nav.dolly.service.OrganisasjonBestillingService;
1515
import org.springframework.cache.annotation.CacheEvict;
1616
import org.springframework.cache.annotation.Cacheable;
17-
import org.springframework.http.HttpStatus;
1817
import org.springframework.http.MediaType;
1918
import org.springframework.http.codec.ServerSentEvent;
2019
import org.springframework.transaction.annotation.Transactional;
@@ -24,8 +23,6 @@
2423
import org.springframework.web.bind.annotation.PostMapping;
2524
import org.springframework.web.bind.annotation.RequestMapping;
2625
import org.springframework.web.bind.annotation.RequestParam;
27-
import org.springframework.web.bind.annotation.ResponseBody;
28-
import org.springframework.web.bind.annotation.ResponseStatus;
2926
import org.springframework.web.bind.annotation.RestController;
3027
import reactor.core.publisher.Flux;
3128
import reactor.core.publisher.Mono;

0 commit comments

Comments
 (0)