aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien Gouesse <[email protected]>2023-04-09 19:01:30 +0200
committerJulien Gouesse <[email protected]>2023-04-09 19:01:30 +0200
commit958e66c082c2477278a8c1ceb8d8e0b864083216 (patch)
tree37306434def98c34c68db8783ffcc914fb484de6
parent2981aac62b42a0d92719f1cd7365892da3071be1 (diff)
Fixes a spelling mistake in the documentation of SoundSystemConfig
-rw-r--r--ardor3d-audio/src/main/java/com/ardor3d/audio/SoundSystemConfig.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/ardor3d-audio/src/main/java/com/ardor3d/audio/SoundSystemConfig.java b/ardor3d-audio/src/main/java/com/ardor3d/audio/SoundSystemConfig.java
index e20e86a..d389f87 100644
--- a/ardor3d-audio/src/main/java/com/ardor3d/audio/SoundSystemConfig.java
+++ b/ardor3d-audio/src/main/java/com/ardor3d/audio/SoundSystemConfig.java
@@ -977,7 +977,7 @@ public class SoundSystemConfig
* Constructor: Converts the specified extension string into a regular
* expression, and associates that with the specified codec.
* @param extension File extension to be associated with the specified codec.
- * @param iCodec Codec to use for files with the specified extension.
+ * @param iCodecClass class of codec to use for files with the specified extension.
*/
public Codec( String extension, Class<? extends ICodec> iCodecClass )
{