Skip to content

Commit 7e3740d

Browse files
committed
Update comment
1 parent 2653b03 commit 7e3740d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,6 +615,7 @@ private static void initializeParseHttpClientsWithParseNetworkInterceptors() {
615615
* Add a {@link ParseNetworkInterceptor}. You must invoke
616616
* {@code addParseNetworkInterceptor(ParseNetworkInterceptor)} before
617617
* {@link #initialize(Context)}. You can add multiple {@link ParseNetworkInterceptor}.
618+
*
618619
* @param interceptor
619620
* {@link ParseNetworkInterceptor} to be added.
620621
*/
@@ -632,7 +633,8 @@ public static void addParseNetworkInterceptor(ParseNetworkInterceptor intercepto
632633
/**
633634
* Remove a given {@link ParseNetworkInterceptor}. You must invoke
634635
* {@code removeParseNetworkInterceptor(ParseNetworkInterceptor)} before
635-
* {@link #initialize(Context)} .
636+
* {@link #initialize(Context)}.
637+
*
636638
* @param interceptor
637639
* {@link ParseNetworkInterceptor} to be removed.
638640
*/

0 commit comments

Comments
 (0)