mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-05 08:14:51 +00:00
spelling: populate
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Jindra Petřík
parent
ae48ddbac4
commit
a50c4bbcdb
@@ -882,7 +882,7 @@ public class Graph {
|
||||
*
|
||||
* @param allParts All parts
|
||||
*/
|
||||
protected void afterPopupateAllParts(Set<GraphPart> allParts) {
|
||||
protected void afterPopulateAllParts(Set<GraphPart> allParts) {
|
||||
|
||||
}
|
||||
|
||||
@@ -912,7 +912,7 @@ public class Graph {
|
||||
for (GraphPart head : heads) {
|
||||
populateParts(head, allParts);
|
||||
}
|
||||
afterPopupateAllParts(allParts);
|
||||
afterPopulateAllParts(allParts);
|
||||
if (debugPrintAllParts) {
|
||||
System.err.println("parts:");
|
||||
for (GraphPart p : allParts) {
|
||||
|
||||
Reference in New Issue
Block a user