jakartaee / servlet

Jakarta Servlet
https://eclipse.org/ee4j/servlet
Other
253 stars 81 forks source link

There are a lot of redundant keywords that need to be removed in the jakarta.servlet-api. #556

Closed OnlyWick closed 8 months ago

OnlyWick commented 8 months ago

For example: https://github.com/jakartaee/servlet/blob/master/api/src/main/java/jakarta/servlet/http/HttpServletRequest.java

There is no need to include the keywords public, static, final in interface.

markt-asf commented 8 months ago

Fixed by PR #557 / PR #566