Skip to content

Commit

Permalink
- fixed import issue
Browse files Browse the repository at this point in the history
  • Loading branch information
niclasmeier committed Mar 28, 2012
1 parent c134678 commit 4b74fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/herolabs/apns/protocol.clj
@@ -1,6 +1,6 @@
(ns herolabs.apns.protocol
(:require [clj-json.core :as json])
(:import [org.jboss.netty.channel Channel]
(:import [org.jboss.netty.channel Channel ChannelHandlerContext]
[org.jboss.netty.buffer ChannelBuffer ChannelBuffers]
[java.nio ByteOrder]
[org.apache.commons.codec.binary Hex]
Expand Down

0 comments on commit 4b74fd5

Please sign in to comment.