package org.softlang.company.features.util; public class AddToList extends ChangeList { public AddToList(Object o) { this.element = o; } }