qf$o.java 1.21 KB
import com.google.common.annotations.GwtIncompatible;
import com.google.common.base.Preconditions;
import java.io.IOException;
import java.io.ObjectOutputStream;
import java.io.Serializable;
import javax.annotation.Nullable;

class qf$o
  implements Serializable
{
  @GwtIncompatible("not needed in emulated source")
  private static final long serialVersionUID = 0L;
  final Object g;
  final Object h;
  
  qf$o(Object paramObject1, @Nullable Object paramObject2)
  {
    this.g = Preconditions.checkNotNull(paramObject1);
    paramObject1 = paramObject2;
    if (paramObject2 == null) {
      paramObject1 = this;
    }
    this.h = paramObject1;
  }
  
  @GwtIncompatible("java.io.ObjectOutputStream")
  private void writeObject(ObjectOutputStream paramObjectOutputStream)
    throws IOException
  {
    synchronized (this.h)
    {
      paramObjectOutputStream.defaultWriteObject();
      return;
    }
  }
  
  Object b()
  {
    return this.g;
  }
  
  public String toString()
  {
    synchronized (this.h)
    {
      String str = this.g.toString();
      return str;
    }
  }
}


/* Location:              /home/merong/decompile/hackery-dex2jar.jar!/qf$o.class
 * Java compiler version: 6 (50.0)
 * JD-Core Version:       0.7.1
 */