mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 13:10:44 +00:00
Fixed syntax from last commit
This commit is contained in:
@ -56,7 +56,7 @@ public class MetaDataAction
|
||||
// todo pre-customization - just get to modify the request?
|
||||
MetaDataOutput metaDataOutput = new MetaDataOutput();
|
||||
|
||||
Map<String, AppTreeNode> treeNodes = new LinkedHashMap<>());
|
||||
Map<String, AppTreeNode> treeNodes = new LinkedHashMap<>();
|
||||
|
||||
/////////////////////////////////////
|
||||
// map tables to frontend metadata //
|
||||
|
Reference in New Issue
Block a user