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: cpp/wedpr-transport/sdk-wrapper/java/bindings/src/main/java/com/webank/wedpr/sdk/jni/generated/IFrontClient.java
+1-6Lines changed: 1 addition & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -40,12 +40,7 @@ public synchronized void delete() {
40
40
}
41
41
}
42
42
43
-
/**
44
-
* : receive message from gateway, call by gateway<br>
45
-
* <br>
46
-
*
47
-
* @return void
48
-
*/
43
+
/** receive message from gateway, call by gateway<br> */
Copy file name to clipboardExpand all lines: cpp/wedpr-transport/sdk-wrapper/java/bindings/src/main/java/com/webank/wedpr/sdk/jni/transport/impl/TransportImpl.java
+2-8Lines changed: 2 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -87,19 +87,13 @@ public void stop() {
87
87
this.transport.stop();
88
88
}
89
89
90
-
/**
91
-
* @param component the component used to router
92
-
* @throws Exception failed case
93
-
*/
90
+
/** @param component the component used to router */
0 commit comments