core.model.GenericThingProvider.xtend: Remove compiler warning (#5426)

This commit is contained in:
Дилян Палаузов
2026-03-21 11:48:47 +01:00
committed by GitHub
parent 7a28d1c18c
commit 61e2f742b8
@@ -121,7 +121,7 @@ class GenericThingProvider extends AbstractProviderLazyNullness<Thing> implement
return things
}
def public Collection<Thing> getAllFromModel(String modelName) {
def Collection<Thing> getAllFromModel(String modelName) {
thingsMap.getOrDefault(modelName, List.of())
}