ql.java 395 Bytes
import com.google.common.annotations.GwtCompatible;

@GwtCompatible(emulated=true)
public final class ql
{
  private static final ThreadLocal<char[]> a = new ThreadLocal() {};
  
  public static char[] a()
  {
    return (char[])a.get();
  }
}


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