Skip to content

Commit 55733ca

Browse files
committedFeb 18, 2022
remove redundant ;
1 parent abe6e47 commit 55733ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/java/basis/java-basic-questions-03.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ Finally
271271

272272
```java
273273
public static void main(String[] args) {
274-
System.out.println(f(2));;
274+
System.out.println(f(2));
275275
}
276276

277277
public static int f(int value) {

0 commit comments

Comments
 (0)