Skip to content

Commit 78fac07

Browse files
author
jiejc1
committed
fix: return the (String args[])
1 parent a8000d5 commit 78fac07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • services/console-proxy/rdpconsole/src/main/java/common

services/console-proxy/rdpconsole/src/main/java/common/Client.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ private Option[] join(Option[] a1, Option[] a2) {
381381
return result;
382382
}
383383

384-
public static void main(String[] args) {
384+
public static void main(String args[]) {
385385
// *DEBUG*/System.setProperty("javax.net.debug", "ssl");
386386
// * DEBUG */System.setProperty("javax.net.debug", "ssl:record:packet");
387387

0 commit comments

Comments
 (0)