Executors$2.smali 
.class Lcom/bumptech/glide/util/Executors$2;
.super Ljava/lang/Object;
.source "Executors.java"
# interfaces
.implements Ljava/util/concurrent/Executor;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
    value = Lcom/bumptech/glide/util/Executors;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
    accessFlags = 0x0
    name = null
.end annotation
# direct methods
.method constructor <init>()V
    .registers 1
    .line 27
    invoke-direct {p0}, Ljava/lang/Object;-><init>()V
    return-void
.end method
# virtual methods
.method public execute(Ljava/lang/Runnable;)V
    .registers 2
    .line 30
    invoke-interface {p1}, Ljava/lang/Runnable;->run()V
    return-void
.end method