We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0cfa4e commit a2e9beeCopy full SHA for a2e9bee
src/main/java/org/jnosql/demoee/CameraResource.java
@@ -17,15 +17,12 @@
17
import jakarta.ws.rs.core.Response;
18
19
import java.util.List;
20
-import java.util.logging.Logger;
21
22
@Path("cameras")
23
@Consumes({MediaType.APPLICATION_JSON})
24
@Produces({MediaType.APPLICATION_JSON})
25
public class CameraResource {
26
27
- private static final Logger LOGGER = Logger.getLogger(CameraResource.class.getName());
28
-
29
@Inject
30
CameraService service;
31
0 commit comments