Trivial changes fixed misspelled class name

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@471887 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Simon Willnauer 2006-11-06 21:40:19 +00:00
parent 861a964ce4
commit d7a514f722
1 changed files with 2 additions and 2 deletions

View File

@ -25,9 +25,9 @@ import org.apache.lucene.gdata.server.ServiceException;
* @author Simon Willnauer
*
*/
public class UpdataAccountStrategy extends AbstractAccountHandler {
public class UpdateAccountStrategy extends AbstractAccountHandler {
private static final Log LOG = LogFactory.getLog(UpdataAccountStrategy.class);
private static final Log LOG = LogFactory.getLog(UpdateAccountStrategy.class);