File tree Expand file tree Collapse file tree 5 files changed +5
-4
lines changed
src/main/java/net/lecousin/framework/util Expand file tree Collapse file tree 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
2626#### Version
2727
2828[ ![ 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 )
3030
3131### Current development - branch dev
3232
Original file line number Diff line number Diff line change 33 <parent >
44 <groupId >net.lecousin</groupId >
55 <artifactId >core-parent-pom</artifactId >
6- <version >0.20.0 </version >
6+ <version >0.20.1 </version >
77 </parent >
88 <artifactId >core.javaee</artifactId >
99 <dependencies >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >net.lecousin</groupId >
77 <artifactId >core-parent-pom</artifactId >
8- <version >0.20.0 </version >
8+ <version >0.20.1 </version >
99 </parent >
1010
1111 <artifactId >core</artifactId >
Original file line number Diff line number Diff line change @@ -112,6 +112,7 @@ public void close() throws Exception {
112112 }
113113
114114 @ Override
115+ @ SuppressWarnings ("java:S3776" ) // complexity
115116 public IAsync <TError > closeAsync () {
116117 synchronized (this ) {
117118 if (closeLocked > 0 ) {
Original file line number Diff line number Diff line change 77 </parent >
88
99 <artifactId >core-parent-pom</artifactId >
10- <version >0.20.0 </version >
10+ <version >0.20.1 </version >
1111 <packaging >pom</packaging >
1212
1313 <modules >
You can’t perform that action at this time.
0 commit comments