Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dixitdeepak committed Nov 4, 2024
1 parent 91d11c6 commit a4acb92
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ class ScreenFacadeImpl implements ScreenFacade {
}

protected synchronized MNode makeWidgetTemplatesNodeByLocation(String templateLocation) {
//MNode templatesNode = (MNode) widgetTemplateLocationCache.get(templateLocation)
MNode templatesNode = (MNode) widgetTemplateLocationCache.get(templateLocation)
try (InputStream is = ecfi.resourceFacade.getLocationStream(templateLocation)) {
if (templatesNode != null) return templatesNode

Expand Down

0 comments on commit a4acb92

Please sign in to comment.