Skip to content

Commit 87f1842

Browse files
committed
Bump Maven artifact version
1 parent da9c305 commit 87f1842

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>net.tascalate.concurrent</groupId>
66
<artifactId>net.tascalate.concurrent.lib</artifactId>
7-
<version>0.5.3</version>
7+
<version>0.5.4</version>
88
<packaging>jar</packaging>
99

1010
<name>Tascalate Concurrenct</name>

src/main/java/net/tascalate/concurrent/Promises.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ public static <T> Promise<T> success(T value) {
5858

5959
/**
6060
* Method to create a faulty resolved {@link Promise} with an exception provided
61+
* @param <T>
62+
* a type of the value
6163
* @param exception
6264
* an exception to wrap
6365
* @return

0 commit comments

Comments
 (0)