final class org.apache.drill.shaded.guava.com.google.common.util.concurrent.InterruptibleTask$DoNothingRunnable extends java.lang.Object implements java.lang.Runnable
{
private void <init>()
{
org.apache.drill.shaded.guava.com.google.common.util.concurrent.InterruptibleTask$DoNothingRunnable v;
v := @this: org.apache.drill.shaded.guava.com.google.common.util.concurrent.InterruptibleTask$DoNothingRunnable;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public void run()
{
org.apache.drill.shaded.guava.com.google.common.util.concurrent.InterruptibleTask$DoNothingRunnable v;
v := @this: org.apache.drill.shaded.guava.com.google.common.util.concurrent.InterruptibleTask$DoNothingRunnable;
return;
}
}