You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
<modelVersion>4.0.0</modelVersion>
6
6
<groupId>com.cosmian</groupId>
7
7
<artifactId>cloudproof_java</artifactId>
8
-
<version>3.0.3</version>
8
+
<version>3.0.4</version>
9
9
10
10
<name>cloudproof_java</name>
11
11
<description>The Cloudproof Java Lib secures data repositories in the cloud with attributes-based access control encryption and encrypted search</description>
if (errorCode != CALLBACK_ERROR_CODE_WHEN_THROWING) {
35
+
return;
36
+
}
37
+
38
+
for (FindexCallbackExceptione : exceptions) {
39
+
if (e.timestamp >= start && e.timestamp <= end) {
40
+
throwe.e;
41
+
}
42
+
}
43
+
44
+
thrownewCloudproofException("Findex returned an error code " + errorCode + " reserved for exceptions but no exception was recorded during the callbacks.");
0 commit comments