Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6ec8547

Browse files
author
Maciej Mozolewski
committed
- Re-entrant locks
1 parent 4b36931 commit 6ec8547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JavaMultiThreadingCodes/src/ReentrantLocks_10/App.java renamed to JavaMultiThreadingCodes/src/ReentrantLocks_10/AppReentrantLocks.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
*
6767
* @author Z.B. Celik <[email protected]>
6868
*/
69-
public class App {
69+
public class AppReentrantLocks {
7070

7171
public static void main(String[] args) throws Exception {
7272
final Runner runner = new Runner();

0 commit comments

Comments
 (0)