Skip to content

Commit b59d9ac

Browse files
committed
Integrated peer comments
1 parent aec981d commit b59d9ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/geoview-core/src/api/event-processors/abstract-event-processor.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,9 @@ export abstract class AbstractEventProcessor {
203203
/**
204204
* Helper function to delete a layer information from an array when found.
205205
*
206-
* @param {T[]} layerArray - The layer array to work with
207-
* @param {string} layerPath - The layer path to delete
208-
* @param {(layerArray: T[]) => void} onDeleteCallback - The callback executed when the array is updated
206+
* @param layerArray - The layer array to work with
207+
* @param layerPath - The layer path to delete
208+
* @param onDeleteCallback - The callback executed when the array is updated
209209
*/
210210
protected static helperDeleteFromArray<T extends TypeResultSetEntry>(
211211
layerArray: T[],

0 commit comments

Comments
 (0)