mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 06:50:54 +07:00
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:
committed by
intellij-monorepo-bot
parent
09232315ba
commit
143de32be1
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user