fix: Swipe()
This commit is contained in:
@@ -60,7 +60,9 @@ public class VolatileBox<T> {
|
||||
} catch (InterruptedException e) {
|
||||
try {
|
||||
throw exception.newInstance();
|
||||
} catch (InstantiationException | IllegalAccessException e1) {
|
||||
} catch (InstantiationException e1) {
|
||||
throw new RuntimeException(e1);
|
||||
} catch (IllegalAccessException e1) {
|
||||
throw new RuntimeException(e1);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user