reestablish interrupt state

This commit is contained in:
Armin Schrenk
2023-03-15 12:29:19 +01:00
parent 385574a618
commit fa1b0f2de8

View File

@@ -62,6 +62,7 @@ public final class MountWithinParentUtil {
} catch (IOException e) {
throw new MountPointPreparationException(e);
} catch (InterruptedException e) {
Thread.currentThread().interrupt();
throw new MountPointPreparationException(e);
}
}