Fixed syntax from last commit

This commit is contained in:
2022-08-19 10:10:08 -05:00
parent d478ac166e
commit c7e4fe8d56

View File

@ -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 //