// ----------> GENERATED FILE - DON'T TOUCH! <---------- // generator: ilarkesto.mda.legacy.generator.GwtActionGenerator package scrum.client.impediments; import java.util.*; public abstract class GCreateImpedimentAction extends scrum.client.common.AScrumAction { public GCreateImpedimentAction() { } @Override public boolean isExecutable() { return true; } }