diff --git a/src/main/java/com/example/venue_reservation_service/controller/CommentController.java b/src/main/java/com/example/venue_reservation_service/controller/CommentController.java index d12143b..ac22a4e 100644 --- a/src/main/java/com/example/venue_reservation_service/controller/CommentController.java +++ b/src/main/java/com/example/venue_reservation_service/controller/CommentController.java @@ -5,7 +5,6 @@ import com.example.venue_reservation_service.service.CommentService; import com.example.venue_reservation_service.vo.Result; import io.swagger.annotations.Api; import io.swagger.annotations.ApiOperation; -import jakarta.annotation.Resource; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.*;