mirror of
https://github.com/sjsdfg/effective-java-3rd-chinese.git
synced 2025-03-03 13:50:57 +08:00
update
This commit is contained in:
parent
9073be121c
commit
c081a4f46d
@ -38,7 +38,7 @@ public E get( int index ) {
|
||||
try {
|
||||
... // Use lower-level abstraction to do our bidding
|
||||
} catch (LowerLevelException cause) {
|
||||
throw new HigherLevelException(cause);
|
||||
throw new HigherLevelException(cause);
|
||||
}
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user