Github user kishorvpatil commented on a diff in the pull request:
https://github.com/apache/storm/pull/2908#discussion_r234019467
--- Diff: storm-server/src/main/java/org/apache/storm/LocalCluster.java ---
@@ -1197,8 +1238,9 @@ public IBolt makeAckerBoltImpl() {
* When running a topology locally, for tests etc. It is helpful to
be sure that the topology is dead before the test exits. This is
* an AutoCloseable topology that not only gives you access to the
compiled StormTopology but also will kill the topology when it
* closes.
- *
+ * ```
--- End diff --
Minor one. Not sure if ``` turns it into pre formatted code. Do we need to
use `<code`> tag?
---