Browse Source

Polish formatting

See gh-27833
pull/27848/head
Stephane Nicoll 4 years ago
parent
commit
ac1032ffc9
  1. 1
      spring-web/src/main/java/org/springframework/web/util/HtmlCharacterEntityDecoder.java

1
spring-web/src/main/java/org/springframework/web/util/HtmlCharacterEntityDecoder.java

@ -77,7 +77,6 @@ class HtmlCharacterEntityDecoder { @@ -77,7 +77,6 @@ class HtmlCharacterEntityDecoder {
this.nextPotentialReferencePosition = -1;
break;
}
if (this.nextSemicolonPosition - this.nextPotentialReferencePosition < MAX_REFERENCE_SIZE) {
break;
}

Loading…
Cancel
Save