This commit is contained in:
sjsdfg 2019-03-07 19:26:07 +08:00
parent 9073be121c
commit c081a4f46d

View File

@ -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);
}
```