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