BAEL-3855

identation
This commit is contained in:
Unknown
2020-03-11 20:13:12 +01:00
parent 7b40399299
commit 2892b138ee

View File

@@ -22,7 +22,8 @@ public class SingleLock extends ConcurrentAccessExperiment {
} finally { } finally {
try { try {
lock.unlock(); lock.unlock();
} catch (Exception e) {} } } catch (Exception e) {}
}
return null; return null;
}); });
} }
@@ -37,7 +38,8 @@ public class SingleLock extends ConcurrentAccessExperiment {
} finally { } finally {
try { try {
lock.unlock(); lock.unlock();
} catch (Exception e) {} } } catch (Exception e) {}
}
return null; return null;
}); });
} }