mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-16 20:59:07 +00:00
fix: Fix minor typos (#2619)
Signed-off-by: Marcel Ribeiro-Dantas <mribeirodantas@seqera.io> Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
be0d5e5953
commit
f79782bea9
@@ -53,10 +53,10 @@ public abstract class Superpower {
|
||||
/**
|
||||
* Play sound effect for the superpower.
|
||||
* @param soundName Sound name.
|
||||
* @param volumn Value of volumn.
|
||||
* @param volume Value of volume.
|
||||
*/
|
||||
protected void playSound(String soundName, int volumn) {
|
||||
logger.info("Play " + soundName + " with volumn " + volumn);
|
||||
protected void playSound(String soundName, int volume) {
|
||||
logger.info("Play " + soundName + " with volume " + volume);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user