Skip to content

Commit ac46a8f

Browse files
committed
Tidy RESTConfig
1 parent c7e56e7 commit ac46a8f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

jax-rs-context/src/main/java/com/readlearncode/RESTConfig.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,4 @@
1010
import javax.ws.rs.core.Application;
1111

1212
@ApplicationPath("/")
13-
public class RESTConfig extends Application {
14-
15-
16-
}
13+
public class RESTConfig extends Application {}

0 commit comments

Comments
 (0)