Skip to content

Commit

Permalink
Unbreak Java extension compilation, the issue was introduced in feaf12a
Browse files Browse the repository at this point in the history
Signed-off-by: Aman Gupta <aman@tmm1.net>
  • Loading branch information
michaelklishin authored and tmm1 committed May 15, 2010
1 parent d4ed6ae commit 650ff5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/src/com/rubyeventmachine/EmReactor.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public class EmReactor {
public final int EM_SSL_HANDSHAKE_COMPLETED = 108;
public final int EM_SSL_VERIFY = 109;
public final int EM_PROXY_TARGET_UNBOUND = 110;
public final int EM_PROXY_COMPLETED = 111
public final int EM_PROXY_COMPLETED = 111;

private Selector mySelector;
private TreeMap<Long, ArrayList<Long>> Timers;
Expand Down

0 comments on commit 650ff5e

Please sign in to comment.