mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 03:21:12 +07:00
IJPL-165 RUBY-32228 logger visibility
IJ-CR-122284 GitOrigin-RevId: bf537443327f9af29cbd6f32ca3326f1eda64684
This commit is contained in:
committed by
intellij-monorepo-bot
parent
f2f9b5355d
commit
e6cc4894f0
@@ -7,7 +7,7 @@ import org.jetbrains.annotations.NotNull;
|
||||
import org.jetbrains.annotations.Nullable;
|
||||
|
||||
public abstract class SdkAdditionalDataBase implements SdkAdditionalData {
|
||||
protected static final Logger LOG = Logger.getInstance(SdkAdditionalDataBase.class);
|
||||
private static final Logger LOG = Logger.getInstance(SdkAdditionalDataBase.class);
|
||||
|
||||
private @Nullable Throwable myCommitStackTrace = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user