File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Parse/src/main/java/com/parse Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -615,6 +615,7 @@ private static void initializeParseHttpClientsWithParseNetworkInterceptors() {
615
615
* Add a {@link ParseNetworkInterceptor}. You must invoke
616
616
* {@code addParseNetworkInterceptor(ParseNetworkInterceptor)} before
617
617
* {@link #initialize(Context)}. You can add multiple {@link ParseNetworkInterceptor}.
618
+ *
618
619
* @param interceptor
619
620
* {@link ParseNetworkInterceptor} to be added.
620
621
*/
@@ -632,7 +633,8 @@ public static void addParseNetworkInterceptor(ParseNetworkInterceptor intercepto
632
633
/**
633
634
* Remove a given {@link ParseNetworkInterceptor}. You must invoke
634
635
* {@code removeParseNetworkInterceptor(ParseNetworkInterceptor)} before
635
- * {@link #initialize(Context)} .
636
+ * {@link #initialize(Context)}.
637
+ *
636
638
* @param interceptor
637
639
* {@link ParseNetworkInterceptor} to be removed.
638
640
*/
You can’t perform that action at this time.
0 commit comments