Skip to content

Commit d20c88e

Browse files
ngocnhan-tran1996rwinch
authored andcommitted
Format code
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
1 parent 79815e0 commit d20c88e

4 files changed

Lines changed: 8 additions & 7 deletions

File tree

cas/src/main/java/org/springframework/security/cas/web/CasAuthenticationFilter.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -383,8 +383,8 @@ public final void setRequestCache(RequestCache requestCache) {
383383
}
384384

385385
/**
386-
* Indicates if the request is eligible to process a service ticket. This method exists
387-
* for readability.
386+
* Indicates if the request is eligible to process a service ticket. This method
387+
* exists for readability.
388388
* @param request
389389
* @param response
390390
* @return

config/src/main/java/org/springframework/security/config/annotation/AbstractConfiguredSecurityBuilder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -419,8 +419,8 @@ private enum BuildState {
419419
UNBUILT(0),
420420

421421
/**
422-
* The state from when {@link SecurityBuilder#build()} is first invoked until all the
423-
* {@link SecurityConfigurer#init(SecurityBuilder)} methods have been invoked.
422+
* The state from when {@link SecurityBuilder#build()} is first invoked until all
423+
* the {@link SecurityConfigurer#init(SecurityBuilder)} methods have been invoked.
424424
*/
425425
INITIALIZING(1),
426426

web/src/main/java/org/springframework/security/web/util/ThrowableAnalyzer.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ public class ThrowableAnalyzer {
7272
};
7373

7474
/**
75-
* Map of registered cause extractors. key: Class&lt;Throwable&gt;; value: ThrowableCauseExtractor
75+
* Map of registered cause extractors. key: Class&lt;Throwable&gt;; value:
76+
* ThrowableCauseExtractor
7677
*/
7778
private final Map<Class<? extends Throwable>, ThrowableCauseExtractor> extractorMap;
7879

web/src/main/java/org/springframework/security/web/util/UrlUtils.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ else if ("https".equals(scheme)) {
8787
* (SEC-1255). This method is typically used to return a URL for matching against
8888
* secured paths, hence the decoded form is used in preference to the requestURI for
8989
* building the returned value. But this method may also be called using dummy request
90-
* objects which just have the requestURI and contextPath set, for example, so it
91-
* will fall back to using those.
90+
* objects which just have the requestURI and contextPath set, for example, so it will
91+
* fall back to using those.
9292
* @return the decoded URL, excluding any server name, context path or servlet path
9393
*
9494
*/

0 commit comments

Comments
 (0)