File tree 5 files changed +5
-4
lines changed
src/main/java/net/lecousin/framework/util
5 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ is recommended for better performances on disk operations (detection of physical
26
26
#### Version
27
27
28
28
[ ![ Maven Central] ( https://img.shields.io/maven-central/v/net.lecousin/core.svg )] ( http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22net.lecousin%22%20AND%20a%3A%22core%22 )
29
- [ ![ Javadoc] ( https://img.shields.io/badge/javadoc-0.20.0 -brightgreen.svg )] ( https://www.javadoc.io/doc/net.lecousin/core/0.20.0 )
29
+ [ ![ Javadoc] ( https://img.shields.io/badge/javadoc-0.20.1 -brightgreen.svg )] ( https://www.javadoc.io/doc/net.lecousin/core/0.20.1 )
30
30
31
31
### Current development - branch dev
32
32
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >net.lecousin</groupId >
5
5
<artifactId >core-parent-pom</artifactId >
6
- <version >0.20.0 </version >
6
+ <version >0.20.1 </version >
7
7
</parent >
8
8
<artifactId >core.javaee</artifactId >
9
9
<dependencies >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >net.lecousin</groupId >
7
7
<artifactId >core-parent-pom</artifactId >
8
- <version >0.20.0 </version >
8
+ <version >0.20.1 </version >
9
9
</parent >
10
10
11
11
<artifactId >core</artifactId >
Original file line number Diff line number Diff line change @@ -112,6 +112,7 @@ public void close() throws Exception {
112
112
}
113
113
114
114
@ Override
115
+ @ SuppressWarnings ("java:S3776" ) // complexity
115
116
public IAsync <TError > closeAsync () {
116
117
synchronized (this ) {
117
118
if (closeLocked > 0 ) {
Original file line number Diff line number Diff line change 7
7
</parent >
8
8
9
9
<artifactId >core-parent-pom</artifactId >
10
- <version >0.20.0 </version >
10
+ <version >0.20.1 </version >
11
11
<packaging >pom</packaging >
12
12
13
13
<modules >
You can’t perform that action at this time.
0 commit comments