1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-16 18:10:13 +08:00

Merge pull request #315 from fanofxiaofeng/patch-7

Fix typo
This commit is contained in:
SnailClimb 2019-05-20 16:45:49 +08:00 committed by GitHub
commit 123391f90e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -918,7 +918,7 @@ System.out.println(hints2.length); // 2
## Whete to go from here?
## Where to go from here?
关于Java 8的新特性就写到这了肯定还有更多的特性等待发掘。JDK 1.8里还有很多很有用的东西,比如`Arrays.parallelSort`, `StampedLock``CompletableFuture`等等。