Skip to content

Commit 6c0e550

Browse files
committed
Polish contribution
See gh-23445
1 parent 849bbf0 commit 6c0e550

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

spring-core/src/main/java/org/springframework/util/xml/AbstractStaxXMLReader.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2018 the original author or authors.
2+
* Copyright 2002-2019 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -72,7 +72,8 @@ public boolean getFeature(String name) throws SAXNotRecognizedException, SAXNotS
7272
case IS_STANDALONE_FEATURE_NAME:
7373
if (this.isStandalone != null) {
7474
return this.isStandalone;
75-
} else {
75+
}
76+
else {
7677
throw new SAXNotSupportedException("startDocument() callback not completed yet");
7778
}
7879
default:

spring-jdbc/src/main/java/org/springframework/jdbc/datasource/DataSourceTransactionManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2018 the original author or authors.
2+
* Copyright 2002-2019 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)