22232425262728
* @author ycoppel@google.com (Yohann Coppel) */ public class RelationPicker extends ViewEditorToolView { public RelationPicker() { super(new RelationPickerTool()); }