ide_infrastructure.md: wrap code sample

This commit is contained in:
Yann Cébron 2021-09-07 17:00:43 +02:00
parent 43c1cf37e7
commit 3ade3a1e26

View File

@ -20,7 +20,8 @@ import com.intellij.openapi.diagnostic.Logger;
public class MyPluginFunctionality {
private static final Logger LOG = Logger.getInstance(MyPluginFunctionality.class);
private static final Logger LOG =
Logger.getInstance(MyPluginFunctionality.class);
public void someMethod() {
LOG.info("someMethod() was called");