Threading$2.smali
.class final Lorg/bitcoinj/utils/Threading$2;
.super Ljava/lang/Object;
.source "Threading.java"
# interfaces
.implements Ljava/util/concurrent/Executor;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lorg/bitcoinj/utils/Threading;
.end annotation
# direct methods
.method constructor <init>()V
.registers 1
.prologue
.line 138
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public final execute(Ljava/lang/Runnable;)V
.registers 2
.prologue
.line 141
invoke-interface {p1}, Ljava/lang/Runnable;->run()V
.line 142
return-void
.end method