mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 05:30:47 +00:00
committed by
Jindra Petřík
parent
5617f8604e
commit
8f2f9815d3
@@ -537,7 +537,7 @@ if (DEBUG)System.out.println("RIFFParser.parseLocalChunk "+idToString(id));
|
||||
}
|
||||
|
||||
/**
|
||||
* Checks wether the ID of the chunk has been declared as a
|
||||
* Checks whether the ID of the chunk has been declared as a
|
||||
* property chunk.
|
||||
*
|
||||
* <p>Pre condition
|
||||
@@ -556,7 +556,7 @@ if (DEBUG)System.out.println("RIFFParser.parseLocalChunk "+idToString(id));
|
||||
}
|
||||
|
||||
/**
|
||||
* Checks wether the ID of the chunk has been declared as a
|
||||
* Checks whether the ID of the chunk has been declared as a
|
||||
* collection chunk.
|
||||
*
|
||||
* <p>Pre condition
|
||||
@@ -727,7 +727,7 @@ if (DEBUG)System.out.println("RIFFParser.parseLocalChunk "+idToString(id));
|
||||
|
||||
/* ---- Class methods ---- */
|
||||
/**
|
||||
* Checks wether the argument represents a valid RIFF GroupID.
|
||||
* Checks whether the argument represents a valid RIFF GroupID.
|
||||
*
|
||||
* <p>Validation
|
||||
* <ul>
|
||||
@@ -742,7 +742,7 @@ if (DEBUG)System.out.println("RIFFParser.parseLocalChunk "+idToString(id));
|
||||
}
|
||||
|
||||
/**
|
||||
* Checks wether the argument represents a valid RIFF Group Type.
|
||||
* Checks whether the argument represents a valid RIFF Group Type.
|
||||
*
|
||||
* <p>Validation
|
||||
* <ul>
|
||||
|
||||
Reference in New Issue
Block a user