1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-20 22:17:09 +08:00

Merge pull request #993 from shahainloong/master

Remove redundant symbols
This commit is contained in:
SnailClimb 2020-11-20 22:02:27 +08:00 committed by GitHub
commit 1d9ea4e16d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -411,7 +411,7 @@ private static class CharacterCache {
}
```
两种浮点数类型的包装类 Float,Double 并没有实现常量池技术。**
两种浮点数类型的包装类 Float,Double 并没有实现常量池技术。
```java
Integer i1 = 33;