Skip to content

Commit

Permalink
Make SysLogService public
Browse files Browse the repository at this point in the history
  • Loading branch information
outcast-jenkins committed Apr 29, 2015
1 parent 2775f20 commit d76716d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class SysLogService {
private final SyslogMessageListeners handlers = new SyslogMessageListeners();
private boolean started = false;

SysLogService(IOSDevice d) throws SDKException {
public SysLogService(IOSDevice d) throws SDKException {
PointerByReference ptr = new PointerByReference();

throwIfNeeded(syslog_service_new(d.getSDKHandle(), ptr));
Expand Down

0 comments on commit d76716d

Please sign in to comment.