Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Suryakant-Bharti authored Dec 29, 2021
1 parent 4ed8984 commit a22280e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _moreReadMe/threadSynchronization/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ Wakes up all threads that are waiting on this object's monitor.
<tr><td>should be notified by notify() or notifyAll() methods</td><td>after the specified amount of time, sleep is completed.</td></tr>
</tbody></table>

**Simple Example :**
**Example of Inter Thread Communication :**
```java
class Customer {
int amount = 10000;
Expand Down

0 comments on commit a22280e

Please sign in to comment.