mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
properly close jasper validator data
GitOrigin-RevId: e1765ccf9aa210c43fbc0ca6c7cb93ef825dce44
This commit is contained in:
committed by
intellij-monorepo-bot
parent
40077a4fcb
commit
23e560891d
@@ -32,4 +32,8 @@ public class ClassFileDependenciesAnalyzer {
|
||||
}
|
||||
return classDependencies;
|
||||
}
|
||||
|
||||
public void close() {
|
||||
myContext.close();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user