properly close jasper validator data

GitOrigin-RevId: e1765ccf9aa210c43fbc0ca6c7cb93ef825dce44
This commit is contained in:
Dmitry Batkovich
2021-04-09 20:53:49 +03:00
committed by intellij-monorepo-bot
parent 40077a4fcb
commit 23e560891d

View File

@@ -32,4 +32,8 @@ public class ClassFileDependenciesAnalyzer {
}
return classDependencies;
}
public void close() {
myContext.close();
}
}