Merge "Fix code snippet formatting for Plugins own InitStep"

This commit is contained in:
Shawn Pearce
2013-06-24 23:47:26 +00:00
committed by Gerrit Code Review

View File

@@ -217,7 +217,7 @@ Plugins InitStep cannot refer to Gerrit DB Schema or any other Gerrit runtime
objects injected at startup.
====
public class MyInitStep implements InitStep {
public class MyInitStep implements InitStep {
private final ConsoleUI ui;
private final Section.Factory sections;
private final String pluginName;
@@ -236,7 +236,7 @@ public class MyInitStep implements InitStep {
Section mySection = getSection("myplugin", null);
mySection.string("Link name", "linkname", "MyLink");
}
}
}
====
[[classpath]]