Skip to content

Commit

Permalink
[Java] Minor formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpt777 committed Jul 22, 2014
1 parent ae21b25 commit bd6151d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,14 +99,12 @@ public NioSelector nioSelector()
return nioSelector;
}

private void onAddSubscription(final MediaSubscriptionEndpoint mediaSubscriptionEndpoint,
final long channelId) throws Exception
private void onAddSubscription(final MediaSubscriptionEndpoint mediaSubscriptionEndpoint, final long channelId) throws Exception
{
mediaSubscriptionEndpoint.dispatcher().addSubscription(channelId);
}

private void onRemoveSubscription(final MediaSubscriptionEndpoint mediaSubscriptionEndpoint,
final long channelId)
private void onRemoveSubscription(final MediaSubscriptionEndpoint mediaSubscriptionEndpoint, final long channelId)
{
mediaSubscriptionEndpoint.dispatcher().removeSubscription(channelId);
}
Expand Down
Empty file modified gradlew
100755 → 100644
Empty file.

0 comments on commit bd6151d

Please sign in to comment.