- 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
19 lines
456 B
Java
19 lines
456 B
Java
package org.apache.http.protocol;
|
|
|
|
import java.util.TimeZone;
|
|
|
|
@Deprecated
|
|
/* loaded from: classes5.dex */
|
|
public class HttpDateGenerator {
|
|
public static final TimeZone GMT = null;
|
|
public static final String PATTERN_RFC1123 = "EEE, dd MMM yyyy HH:mm:ss zzz";
|
|
|
|
public HttpDateGenerator() {
|
|
throw new RuntimeException("Stub!");
|
|
}
|
|
|
|
public synchronized String getCurrentDate() {
|
|
throw new RuntimeException("Stub!");
|
|
}
|
|
}
|