Github user d2r commented on a diff in the pull request:

    https://github.com/apache/storm/pull/845#discussion_r45240485
  
    --- Diff: storm-core/src/clj/backtype/storm/daemon/supervisor.clj ---
    @@ -14,7 +14,7 @@
     ;; See the License for the specific language governing permissions and
     ;; limitations under the License.
     (ns backtype.storm.daemon.supervisor
    -  (:import [java.io OutputStreamWriter BufferedWriter IOException])
    +  (:import [java.io OutputStreamWriter BufferedWriter IOException 
FileOutputStream])
    --- End diff --
    
    * OutputStreamWriter and BufferedWriter appear unused, we could remove them 
now.
    * Below, we import File from java.io, we can consolidate the remaining two 
on this 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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to