File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ public final void wait() throws InterruptedException {
110
110
protected void finalize () throws Throwable { }
111
111
112
112
/**
113
- * This method is not present in the original Objecct class.
113
+ * This method is not present in the original Object class.
114
114
* It will be called by JBMC when the monitor in this instance
115
115
* is being acquired as a result of either the execution of a
116
116
* monitorenter bytecode instruction or the call to a synchronized
@@ -134,7 +134,7 @@ public static void monitorenter(Object object)
134
134
}
135
135
136
136
/**
137
- * This method is not present in the original Objecct class.
137
+ * This method is not present in the original Object class.
138
138
* It will be called by JBMC when the monitor in this instance
139
139
* is being released as a result of either the execution of a
140
140
* monitorexit bytecode instruction or the return (normal or exceptional)
You can’t perform that action at this time.
0 commit comments