mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 04:51:24 +07:00
[java] protected method in final class: make private where possible
GitOrigin-RevId: 3e6f6d1d19c2ffd51020bb8fb6ef76ee0c5eaae5
This commit is contained in:
committed by
intellij-monorepo-bot
parent
6db7cfc275
commit
5cd6b5c3d2
@@ -38,7 +38,7 @@ import java.util.Map;
|
||||
*/
|
||||
//TODO: rename to PySdkExecuteUtil or PySdkRuntimeUtil
|
||||
public final class PySdkUtil {
|
||||
protected static final Logger LOG = Logger.getInstance(PySdkUtil.class);
|
||||
private static final Logger LOG = Logger.getInstance(PySdkUtil.class);
|
||||
|
||||
// Windows EOF marker, Ctrl+Z
|
||||
public static final int SUBSTITUTE = 26;
|
||||
|
||||
Reference in New Issue
Block a user