Github user revans2 commented on a diff in the pull request:
https://github.com/apache/storm/pull/845#discussion_r43773503
--- Diff: storm-core/src/clj/backtype/storm/daemon/nimbus.clj ---
@@ -14,15 +14,29 @@
;; See the License for the specific language governing permissions and
;; limitations under the License.
(ns backtype.storm.daemon.nimbus
- (:import [org.apache.thrift.server THsHaServer THsHaServer$Args])
+ (:import [org.apache.thrift.server THsHaServer THsHaServer$Args]
+ [backtype.storm.generated KeyNotFoundException]
+ [backtype.storm.blobstore LocalFsBlobStore])
--- End diff --
Can we split these up to be separate `(:import ` calls per line? I know we
do it in other places in the code but for consistency it would be nice to only
do it one per line.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---