class com.netflix.hystrix.strategy.properties.HystrixPropertiesChainedProperty$ChainProperty$1 implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.netflix.hystrix.strategy.properties.HystrixPropertiesChainedProperty$ChainProperty$1
  super_class: java.lang.Object
{
  final com.netflix.hystrix.strategy.properties.HystrixPropertiesChainedProperty$ChainProperty this$1;
    descriptor: Lcom/netflix/hystrix/strategy/properties/HystrixPropertiesChainedProperty$ChainProperty;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

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

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.netflix.hystrix.strategy.properties.HystrixPropertiesChainedProperty$ChainProperty$1 this
         0: .line 236
            getstatic com.netflix.hystrix.strategy.properties.HystrixPropertiesChainedProperty.logger:Lorg/slf4j/Logger;
            ldc "Property changed: '{} = {}'"
            aload 0 /* this */
            getfield com.netflix.hystrix.strategy.properties.HystrixPropertiesChainedProperty$ChainProperty$1.this$1:Lcom/netflix/hystrix/strategy/properties/HystrixPropertiesChainedProperty$ChainProperty;
            invokevirtual com.netflix.hystrix.strategy.properties.HystrixPropertiesChainedProperty$ChainProperty.getName:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.netflix.hystrix.strategy.properties.HystrixPropertiesChainedProperty$ChainProperty$1.this$1:Lcom/netflix/hystrix/strategy/properties/HystrixPropertiesChainedProperty$ChainProperty;
            invokevirtual com.netflix.hystrix.strategy.properties.HystrixPropertiesChainedProperty$ChainProperty.getValue:()Ljava/lang/Object;
            invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V
         1: .line 237
            aload 0 /* this */
            getfield com.netflix.hystrix.strategy.properties.HystrixPropertiesChainedProperty$ChainProperty$1.this$1:Lcom/netflix/hystrix/strategy/properties/HystrixPropertiesChainedProperty$ChainProperty;
            invokevirtual com.netflix.hystrix.strategy.properties.HystrixPropertiesChainedProperty$ChainProperty.checkAndFlip:()V
         2: .line 238
            return
        end local 0 // com.netflix.hystrix.strategy.properties.HystrixPropertiesChainedProperty$ChainProperty$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/netflix/hystrix/strategy/properties/HystrixPropertiesChainedProperty$ChainProperty$1;
}
SourceFile: "HystrixPropertiesChainedProperty.java"
EnclosingMethod: com.netflix.hystrix.strategy.properties.HystrixPropertiesChainedProperty$ChainProperty.<init>:(Lcom/netflix/hystrix/strategy/properties/HystrixDynamicProperty;Lcom/netflix/hystrix/strategy/properties/HystrixPropertiesChainedProperty$ChainProperty;)V
NestHost: com.netflix.hystrix.strategy.properties.HystrixPropertiesChainedProperty
InnerClasses:
  private ChainProperty = com.netflix.hystrix.strategy.properties.HystrixPropertiesChainedProperty$ChainProperty of com.netflix.hystrix.strategy.properties.HystrixPropertiesChainedProperty
  com.netflix.hystrix.strategy.properties.HystrixPropertiesChainedProperty$ChainProperty$1