blob: 573fb92735dbc3c00d0c15e9a525f4210fa127df [file] [log] [blame]
class A {
private boolean isOpen = true; // ideally should be atomic boolean
}