Github user revans2 commented on a diff in the pull request:
https://github.com/apache/storm/pull/2908#discussion_r234303902
--- 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 --
I generated the javadocs and the markdown plugin didn't work in this case.
I am not sure why, so I cleaned it up.
---