mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
11 lines
214 B
Java
11 lines
214 B
Java
/*
|
|
* Copyright (c) 2000-2004 by JetBrains s.r.o. All Rights Reserved.
|
|
* Use is subject to license terms.
|
|
*/
|
|
package com.intellij.psi;
|
|
|
|
|
|
|
|
public class PsiLock {
|
|
public static final Object LOCK = new Object();
|
|
} |