BAEL-3855

identation
This commit is contained in:
Unknown 2020-03-11 20:13:12 +01:00
parent e501b2092f
commit 880f922df3
1 changed files with 4 additions and 2 deletions

View File

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