Skip to content

Commit a7e5607

Browse files
author
hailong.sha
committed
Update Java内存区域.md
1 parent 002ef63 commit a7e5607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/java/jvm/Java内存区域.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ private static class CharacterCache {
411411
}
412412
```
413413
414-
两种浮点数类型的包装类 Float,Double 并没有实现常量池技术。**
414+
两种浮点数类型的包装类 Float,Double 并没有实现常量池技术。
415415
416416
```java
417417
Integer i1 = 33;

0 commit comments

Comments
 (0)