Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@
*/
public class RubyMutex extends RubyBasicObject {

private ReentrantLock lock = new ReentrantLock();
private final ReentrantLock lock = new ReentrantLock();

public RubyMutex(RubyClass rubyClass) {
super(rubyClass);

0 comments on commit a114161

Please sign in to comment.