mirror of
https://github.com/github/codeql.git
synced 2026-04-22 15:25:18 +02:00
Remove another erroneous comment
Co-authored-by: Jami <57204504+jcogs33@users.noreply.github.com>
This commit is contained in:
@@ -24,7 +24,7 @@ import jakarta.ws.rs.core.MultivaluedMap;
|
||||
import jakarta.ws.rs.core.Response;
|
||||
import jakarta.ws.rs.ext.MessageBodyReader;
|
||||
|
||||
@Path("/resource") // This annotation has no effect, as class/interface annotations are not inherited in jax-rs
|
||||
@Path("/resource")
|
||||
public interface JakartaRsInterface {
|
||||
@GET
|
||||
int Get(); // $ ResourceMethod
|
||||
|
||||
Reference in New Issue
Block a user