blob: e3c9f8936b410e3db65fd820aa371908bedfb558 [file] [log] [blame]
/**
* Simple class with one field.
*/
public class Holder {
public Runnable mValue;
}