class com.netflix.config.FixedDelayPollingScheduler$1 implements java.util.concurrent.ThreadFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.netflix.config.FixedDelayPollingScheduler$1
  super_class: java.lang.Object
{
  final com.netflix.config.FixedDelayPollingScheduler this$0;
    descriptor: Lcom/netflix/config/FixedDelayPollingScheduler;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.netflix.config.FixedDelayPollingScheduler);
    descriptor: (Lcom/netflix/config/FixedDelayPollingScheduler;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.netflix.config.FixedDelayPollingScheduler$1 this
         0: .line 81
            aload 0 /* this */
            aload 1
            putfield com.netflix.config.FixedDelayPollingScheduler$1.this$0:Lcom/netflix/config/FixedDelayPollingScheduler;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.netflix.config.FixedDelayPollingScheduler$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/config/FixedDelayPollingScheduler$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public java.lang.Thread newThread(java.lang.Runnable);
    descriptor: (Ljava/lang/Runnable;)Ljava/lang/Thread;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.netflix.config.FixedDelayPollingScheduler$1 this
        start local 1 // java.lang.Runnable r
         0: .line 84
            new java.lang.Thread
            dup
            aload 1 /* r */
            ldc "pollingConfigurationSource"
            invokespecial java.lang.Thread.<init>:(Ljava/lang/Runnable;Ljava/lang/String;)V
            astore 2 /* t */
        start local 2 // java.lang.Thread t
         1: .line 85
            aload 2 /* t */
            iconst_1
            invokevirtual java.lang.Thread.setDaemon:(Z)V
         2: .line 86
            aload 2 /* t */
            areturn
        end local 2 // java.lang.Thread t
        end local 1 // java.lang.Runnable r
        end local 0 // com.netflix.config.FixedDelayPollingScheduler$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/netflix/config/FixedDelayPollingScheduler$1;
            0    3     1     r  Ljava/lang/Runnable;
            1    3     2     t  Ljava/lang/Thread;
    MethodParameters:
      Name  Flags
      r     
}
SourceFile: "FixedDelayPollingScheduler.java"
EnclosingMethod: com.netflix.config.FixedDelayPollingScheduler.schedule:(Ljava/lang/Runnable;)V
NestHost: com.netflix.config.FixedDelayPollingScheduler
InnerClasses:
  com.netflix.config.FixedDelayPollingScheduler$1