- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
18 lines
546 B
Java
18 lines
546 B
Java
package org.apache.http.impl.cookie;
|
|
|
|
import org.apache.http.cookie.MalformedCookieException;
|
|
import org.apache.http.cookie.SetCookie;
|
|
|
|
@Deprecated
|
|
/* loaded from: classes5.dex */
|
|
public class BasicCommentHandler extends AbstractCookieAttributeHandler {
|
|
public BasicCommentHandler() {
|
|
throw new RuntimeException("Stub!");
|
|
}
|
|
|
|
@Override // org.apache.http.cookie.CookieAttributeHandler
|
|
public void parse(SetCookie setCookie, String str) throws MalformedCookieException {
|
|
throw new RuntimeException("Stub!");
|
|
}
|
|
}
|