File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
spring-ws-core/src/main/java/org/springframework/ws/server/endpoint/support Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ assertJVersion=3.25.3
22gradleVersionsPluginVersion =0.53.0
33javaFormatVersion =0.0.47
44junitVersion =6.0.1
5- nullabilityPluginVersion =0.0.10
5+ nullabilityPluginVersion =0.0.11
Original file line number Diff line number Diff line change 3636import org .xml .sax .InputSource ;
3737import org .xml .sax .XMLReader ;
3838
39- import org .springframework .lang .Contract ;
4039import org .springframework .xml .namespace .QNameUtils ;
4140import org .springframework .xml .transform .TransformerHelper ;
4241import org .springframework .xml .transform .TraxUtils ;
@@ -59,7 +58,6 @@ private PayloadRootUtils() {
5958 * not a {@code DOMSource}
6059 * @return the root element, or {@code null} if {@code source} is {@code null}
6160 */
62- @ Contract ("!null, _ -> !null" )
6361 public static @ Nullable QName getPayloadRootQName (@ Nullable Source source , TransformerFactory transformerFactory )
6462 throws TransformerException {
6563 return getPayloadRootQName (source , new TransformerHelper (transformerFactory ));
You can’t perform that action at this time.
0 commit comments