File tree Expand file tree Collapse file tree 4 files changed +0
-10
lines changed
spring-core/src/test/java/org/springframework/core
spring-expression/src/test/java/org/springframework/expression/spel/testresources
spring-oxm/src/test/java/org/springframework/oxm/jaxb
spring-webmvc/src/main/java/org/springframework/web/servlet/resource Expand file tree Collapse file tree 4 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -802,8 +802,6 @@ public static class GenericBroadcasterImpl implements Broadcaster {
802802 public abstract static class GenericEventBroadcasterImpl <T extends Event >
803803 extends GenericBroadcasterImpl implements EventBroadcaster {
804804
805- private Class <T >[] subscribingEvents ;
806-
807805 private Channel <T > channel ;
808806
809807 /**
Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ public class Inventor {
3737 public String publicName ;
3838 private PlaceOfBirth placeOfBirth ;
3939 private Date birthdate ;
40- private int sinNumber ;
4140 private String nationality ;
4241 private String [] inventions ;
4342 public String randomField ;
Original file line number Diff line number Diff line change @@ -377,15 +377,11 @@ public jakarta.xml.bind.Unmarshaller createUnmarshaller() {
377377 @ XmlRootElement
378378 @ SuppressWarnings ("unused" )
379379 public static class DummyRootElement {
380-
381- private DummyType t = new DummyType ();
382380 }
383381
384382 @ XmlType
385383 @ SuppressWarnings ("unused" )
386384 public static class DummyType {
387-
388- private String s = "Hello" ;
389385 }
390386
391387 @ SuppressWarnings ("unused" )
Original file line number Diff line number Diff line change 5353import org .springframework .util .StringUtils ;
5454import org .springframework .util .StringValueResolver ;
5555import org .springframework .web .HttpRequestHandler ;
56- import org .springframework .web .accept .ContentNegotiationManager ;
5756import org .springframework .web .context .request .ServletWebRequest ;
5857import org .springframework .web .context .support .ServletContextResource ;
5958import org .springframework .web .cors .CorsConfiguration ;
@@ -123,8 +122,6 @@ public class ResourceHttpRequestHandler extends WebContentGenerator
123122
124123 private @ Nullable ResourceRegionHttpMessageConverter resourceRegionHttpMessageConverter ;
125124
126- private @ Nullable ContentNegotiationManager contentNegotiationManager ;
127-
128125 private final Map <String , MediaType > mediaTypes = new HashMap <>(4 );
129126
130127 private @ Nullable CorsConfiguration corsConfiguration ;
You can’t perform that action at this time.
0 commit comments