1 /*2 * Copyright (c) 20053 * Anil R. Gangolli. All rights reserved.4 *5 * Distributed with the Roller Weblogger Project under the terms of the Roller Software6 * License7 */8 9 package org.roller.presentation.weblog.formbeans;10 11 import org.apache.struts.action.ActionForm;12 13 public class PingSetupForm extends ActionForm14 {15 // Nothing yet. Required for PingSetup action however.16 }17