Skip to content

Commit 43762e4

Browse files
committed
Remove unused import statement
1 parent e98c9f6 commit 43762e4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/org/couchbase/quickstart/springboot/controllers/AirportController.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
import org.springframework.web.bind.annotation.PutMapping;
1717
import org.springframework.web.bind.annotation.RequestBody;
1818
import org.springframework.web.bind.annotation.RequestMapping;
19-
import org.springframework.web.bind.annotation.RequestParam;
2019
import org.springframework.web.bind.annotation.RestController;
2120

2221
import com.couchbase.client.core.error.DocumentExistsException;

0 commit comments

Comments
 (0)