IDEA-360496 Spring Structure: Web: endpoints from annotations and from functional routes should have the same representation

(cherry picked from commit eb27872ac9a3276067d28df36f161da844cad893)

IJ-CR-147953

GitOrigin-RevId: 2227648a48435295f8cf496d307e62c40038cc6e
This commit is contained in:
Anton Kozub
2024-10-15 01:01:28 +02:00
committed by intellij-monorepo-bot
parent 09232315ba
commit 143de32be1

View File

@@ -47,6 +47,7 @@ class LogicalStructureAssembledModel<T> private constructor(
}
result.add(Pair(provider, children))
}
result.sortBy { if (it.first is PropertyElementProvider<*, *>) 0 else 1 }
return result
}