spring-security icon indicating copy to clipboard operation
spring-security copied to clipboard

Remove unnecessary parentheses and add static final field MockPortResolver#getServerPort

Open nomoreFt opened this issue 1 year ago • 0 comments

Description:

This pull request simplifies the MockPortResolver class by:

  • Removing unnecessary parentheses to enhance code readability.
  • Adding a static final field for the "https" scheme to improve maintainability and avoid duplication.

nomoreFt avatar Oct 04 '24 08:10 nomoreFt