We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da9c305 commit 87f1842Copy full SHA for 87f1842
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>net.tascalate.concurrent</groupId>
6
<artifactId>net.tascalate.concurrent.lib</artifactId>
7
- <version>0.5.3</version>
+ <version>0.5.4</version>
8
<packaging>jar</packaging>
9
10
<name>Tascalate Concurrenct</name>
src/main/java/net/tascalate/concurrent/Promises.java
@@ -58,6 +58,8 @@ public static <T> Promise<T> success(T value) {
58
59
/**
60
* Method to create a faulty resolved {@link Promise} with an exception provided
61
+ * @param <T>
62
+ * a type of the value
63
* @param exception
64
* an exception to wrap
65
* @return
0 commit comments