Skip to content

Commit 98aca5a

Browse files
committed
fix nits
1 parent 37e496c commit 98aca5a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Parse/src/main/java/com/parse/PushService.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,8 @@
7070
* <uses-permission android:name="android.permission.WAKE_LOCK" />
7171
* </pre>
7272
* <p/>
73-
* Also, make sure that {@link ParseBroadcastReceiver}, {@link PushService}, and
74-
* {@link ParsePushBroadcastReceiver} are declared as children of the
75-
* <code>&lt;application&gt;</code> element:
73+
* Also, make sure that {@link PushService} and {@link ParsePushBroadcastReceiver} are declared as
74+
* children of the <code>&lt;application&gt;</code> element:
7675
* <p/>
7776
* <pre>
7877
* &lt;service android:name="com.parse.PushService" /&gt;

0 commit comments

Comments
 (0)