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

Sign up
Appearance settings

Commit b9417e7

Browse files
Merge pull request Snailclimb#1083 from LadyBugLC/master
Update Java常见关键字总结.md 修改文本错误
2 parents 5736cb0 + 7a2539e commit b9417e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎docs/java/basis/Java常见关键字总结.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ public class Singleton {
233233

234234

235235
//将Math中的所有静态资源导入,这时候可以直接使用里面的静态方法,而不用通过类名进行调用
236-
//如果只想导入单一某个静态方法,只需要将换成对应的方法名即可
236+
//如果只想导入单一某个静态方法,只需要将*换成对应的方法名即可
237237

238238
import static java.lang.Math.*;//换成import static java.lang.Math.max;具有一样的效果
239239

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /