Skip to content

Commit a22280e

Browse files
Update README.md
1 parent 4ed8984 commit a22280e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_moreReadMe/threadSynchronization/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ Wakes up all threads that are waiting on this object's monitor.
168168
<tr><td>should be notified by notify() or notifyAll() methods</td><td>after the specified amount of time, sleep is completed.</td></tr>
169169
</tbody></table>
170170

171-
**Simple Example :**
171+
**Example of Inter Thread Communication :**
172172
```java
173173
class Customer {
174174
int amount = 10000;

0 commit comments

Comments
 (0)