Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d6ee335

Browse filesBrowse files
committed
🆕RMI 部分更新
1 parent 5bc2421 commit d6ee335
Copy full SHA for d6ee335

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎JavaSecurity/RMI/RMIServer/src/main/java/VictimServer.java‎

Copy file name to clipboardExpand all lines: JavaSecurity/RMI/RMIServer/src/main/java/VictimServer.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ protected RemoteHelloWorld() throws RemoteException {
1010
}
1111

1212
public String hello() throws RemoteException {
13-
System.out.println("调用了hello方法");
13+
System.out.println("调用了 hello 方法");
1414
return "Hello world";
1515
}
1616

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.