mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-28 17:09:38 +07:00
GitOrigin-RevId: 97f4331731dca7808eddbe403789719c911c3523
8 lines
112 B
Java
8 lines
112 B
Java
public class NoLockRequirements {
|
|
void testMethod() {
|
|
regularMethod();
|
|
}
|
|
|
|
void regularMethod() {
|
|
}
|
|
} |