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:
commit
1d9ea4e16d
@ -411,7 +411,7 @@ private static class CharacterCache {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
两种浮点数类型的包装类 Float,Double 并没有实现常量池技术。**
|
两种浮点数类型的包装类 Float,Double 并没有实现常量池技术。
|
||||||
|
|
||||||
```java
|
```java
|
||||||
Integer i1 = 33;
|
Integer i1 = 33;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user