auto commit

This commit is contained in:
CyC2018
2018-03-12 19:02:29 +08:00
parent 03d6f0bef8
commit 852e6bee38
2 changed files with 1 additions and 8 deletions

View File

@ -259,16 +259,9 @@ public void func(String name) {
private Lock lock;
public int func(int value) {
try {
<<<<<<< HEAD
lock.lock();
// ...
} finally {
=======
lock.lock();
// ...
}finally {
>>>>>>> 6e667d6a7af72718164794fb07861d35654de294
lock.unlock();
}
}