mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-18 02:42:11 +00:00
spelling: when
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Jindra Petřík
parent
f9c379f96b
commit
5617f8604e
@@ -22,7 +22,7 @@ import java.lang.annotation.RetentionPolicy;
|
||||
import java.lang.annotation.Target;
|
||||
|
||||
/**
|
||||
* Mark for field that it is available only whern certain field (value) is set.
|
||||
* Mark for field that it is available only when certain field (value) is set.
|
||||
*
|
||||
* @author JPEXS
|
||||
*/
|
||||
|
||||
@@ -22,7 +22,7 @@ import java.lang.annotation.RetentionPolicy;
|
||||
import java.lang.annotation.Target;
|
||||
|
||||
/**
|
||||
* Mark for field that its type is different whern certain field (value) is set.
|
||||
* Mark for field that its type is different when certain field (value) is set.
|
||||
*
|
||||
* @author JPEXS
|
||||
*/
|
||||
|
||||
@@ -31,7 +31,7 @@ import javazoom.jl.decoder.JavaLayerException;
|
||||
* in doing so provide the implementation for the main operations
|
||||
* of the <code>AudioDevice</code> interface.
|
||||
* <p>
|
||||
* REVIEW: It is desirable to be able to use the decoder whe
|
||||
* REVIEW: It is desirable to be able to use the decoder when
|
||||
* in the implementation of open(), but the decoder
|
||||
* has not yet read a frame, and so much of the
|
||||
* desired information (sample rate, channels etc.)
|
||||
|
||||
Reference in New Issue
Block a user