Skip to content

Commit

Permalink
Merge pull request Redth#220 from maorhayoun/master
Browse files Browse the repository at this point in the history
minor typo fix at AdmPushBrokerExtensions
  • Loading branch information
Redth committed Jul 2, 2013
2 parents af24ec7 + a71f1d0 commit 6116893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PushSharp.Amazon.Adm/AdmPushBrokerExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace PushSharp
{
public static class AdmPushBrokerExtensions
{
public static void RegisterGcmService(this PushBroker broker, AdmPushChannelSettings channelSettings, PushServiceSettings serviceSettings = null)
public static void RegisterAdmService(this PushBroker broker, AdmPushChannelSettings channelSettings, PushServiceSettings serviceSettings = null)
{
broker.RegisterService<AdmNotification>(new AdmPushService(new AdmPushChannelFactory(), channelSettings, serviceSettings));
}
Expand Down

0 comments on commit 6116893

Please sign in to comment.